1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

Bitwarden: Navbar text fix

This commit is contained in:
GilbN 2022-02-20 18:46:34 +01:00
parent 1b3b560135
commit fbf7435c2c

View File

@ -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);