/* Dark overrides */
:root { --color-body: #0a0a0a; }

/* Hide "Powered by Gitea" footer */
.ui.container > .footer,
footer .ui.container,
.js-global-footer,
body > footer { display: none !important; }

/* Hide Gitea logo in navbar */
.logo img[src*="gitea"], .logo svg { display: none !important; }
