mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
11 lines
327 B
CSS
11 lines
327 B
CSS
.dropdown-header.text-white-50,
|
|
.navbar-dark .navbar-toggler,
|
|
.navbar-dark .nav-link:active, .navbar-dark .nav-link.active,
|
|
.navbar-dark .navbar-text, .navbar-dark .nav-link, .navbar-dark .nav-link:hover {
|
|
color: var(--bs-secondary) !important;
|
|
}
|
|
|
|
.navbar-dark.bg-dark {
|
|
background-color: var(--bs-tertiary-bg) !important;
|
|
}
|