diff --git a/public/css/theme-bthree-dark.css b/public/css/theme-bthree-dark.css index b6d5450..3d500a0 100644 --- a/public/css/theme-bthree-dark.css +++ b/public/css/theme-bthree-dark.css @@ -367,6 +367,11 @@ strong, b, h1, h2, h3, h4, h5, h6, border-color: var(--color-border); } +/* Hide Gitea's Help link in navbar. */ +.ui.menu.bar a[href="https://docs.gitea.io"] { + display: none; +} + .following.bar #navbar { min-height: 45px; }