From ebec026faf8c20800e36e34ac924117a79107708 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Sun, 12 Dec 2021 14:35:06 -0500 Subject: public/css: Fill active navigation SVG public/css/tdro.css public/css/tdro-dark.css --- public/css/tdro-dark.css | 15 ++++++--------- public/css/tdro.css | 4 +++- 2 files changed, 9 insertions(+), 10 deletions(-) (limited to 'public') diff --git a/public/css/tdro-dark.css b/public/css/tdro-dark.css index d43f8ef..5499d78 100644 --- a/public/css/tdro-dark.css +++ b/public/css/tdro-dark.css @@ -52,10 +52,6 @@ mark { .has-text-grey-dark { color: #ccc !important; } -.navbar-mobile .navbar__active, -.navbar-end .navbar__active { - color: #75b2f0 !important; -} .dropdown-content { background-color: #002e42; border: 1px solid #00405c; @@ -96,7 +92,7 @@ a.navbar-item:hover, .navbar__icon:hover svg, .navbar__icon:hover svg, .navbar__icon:hover label svg { - fill: #0073ca; + fill: #555; } .title, .content h1, @@ -155,10 +151,11 @@ a.navbar-item:hover, border-color: #002e42; color: #fff; } -@media screen and (min-width: 1088px) { - .navbar__active { - color: #fff !important; - } +.navbar__active { + color: #fff !important; +} +.navbar__active svg { + fill: #0073ca; } @media screen and (max-width: 1087px) { .theme-toggle-button { diff --git a/public/css/tdro.css b/public/css/tdro.css index 6c8e090..146ac55 100644 --- a/public/css/tdro.css +++ b/public/css/tdro.css @@ -1877,10 +1877,12 @@ body.has-navbar-fixed-bottom { display: none; } } - .navbar__active { color: #014cc6 !important; } +.navbar__active svg { + fill: #eee; +} .navbar__active .navbar__icon__label { font-weight: 700; } -- cgit v1.2.3