improved navbar on dark mode

This commit is contained in:
gabryon99 2020-11-26 14:36:06 +01:00
parent f25722ce03
commit 518aeadfa0
2 changed files with 6 additions and 1 deletions

View file

@ -91,6 +91,11 @@ a:hover, .btn-link:hover {
background-color: #ff7500;
}
.nav-link {
color: rgb(255 255 255 / 50%) !important;
}
ul.navbar-nav li.nav-item.active,
ul.navbar-nav li.nav-item.active > a.active {
color: #e9e9e9 !important;
font-weight: 600;