mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
improved navbar on dark mode
This commit is contained in:
parent
f25722ce03
commit
518aeadfa0
2 changed files with 6 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue