/* Hide the top-nav "Help" link (external docs.gitea.com) */
a[href="https://docs.gitea.com"] {
	display: none !important;
}

/* Home page hero: use the full logo (icon + wordmark) instead of the icon-only mark,
   with an automatic light/dark swap baked into logo-home.svg */
.page-content.home img.logo {
	content: url("/assets/img/logo-home.svg");
}

/* Hide the page footer for anonymous visitors (shown again once signed in) */
body:has(a[href="/user/login"]) footer.page-footer {
	display: none !important;
}
