mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
Bitwarden: Navbar text fix
This commit is contained in:
parent
1b3b560135
commit
fbf7435c2c
@ -66,6 +66,11 @@ html[class*="theme_"] .text-muted,
|
||||
color: var(--text-muted) !important;
|
||||
}
|
||||
|
||||
html[class*="theme_"] .navbar .nav-item.active>.nav-link,
|
||||
html[class*="theme_"] .navbar .nav-item>.nav-link {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.table-hover tbody tr:hover {
|
||||
color: var(--text-hover);
|
||||
background-color: rgba(255, 255, 255, .08);
|
||||
|
Loading…
Reference in New Issue
Block a user