diff options
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/schema/BS-Default.css | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/view/theme/redbasic/schema/BS-Default.css b/view/theme/redbasic/schema/BS-Default.css index 9045d3b97..47e93edc3 100644 --- a/view/theme/redbasic/schema/BS-Default.css +++ b/view/theme/redbasic/schema/BS-Default.css @@ -1,7 +1,4 @@ -.navbar-dark .navbar-toggler { - color: rgba(0,0,0,0.7); -} - -#notifications-btn.text-white { - color: #777 !important; +.navbar-dark .navbar-toggler, +.nav-link.active { + color: rgba(0,0,0,0.7) !important; } |