/* Only the custom public landing page has .sprout-home. Works with every theme. */
body:has(.sprout-home) #navbar a[href$="/explore/repos"],
body:has(.sprout-home) #navbar a[href$="/explore/organizations"],
body:has(.sprout-home) #navbar a[href^="https://forgejo.org/docs/"],
body:has(.sprout-home) #navbar a[href$="/user/sign_up"] {
  display: none !important;
}

/* Hide the footer throughout Forgejo, including signed-in pages. */
.page-footer {
  display: none !important;
}
