From fad18905ff06df3e96ebaf6c75c90186ffeb8ff6 Mon Sep 17 00:00:00 2001 From: Marius Date: Thu, 15 Oct 2020 17:47:55 +0200 Subject: [PATCH] fix active navbar item background --- CSS/themes/gitea/gitea-base.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CSS/themes/gitea/gitea-base.css b/CSS/themes/gitea/gitea-base.css index dc199a34..775d5319 100644 --- a/CSS/themes/gitea/gitea-base.css +++ b/CSS/themes/gitea/gitea-base.css @@ -114,10 +114,10 @@ b:hover { color: var(--text) } -.ui.secondary.menu .active.item, -.ui.secondary.menu .active.item:hover { +.following.bar.light.ui.secondary.menu .active.item, +.following.bar.lightui.secondary.menu .active.item:hover { box-shadow: none; - background: rgba(0, 0, 0, .05); + background: rgba(0, 0, 0, .25) !important; color: var(--accent-color); }