/* Remove the footer on an Obsidian Publish site */
.published-container {
  --footer-display: none;
}