front-ui-tweaker/Whiter banner (active & hover).css

15 lines
414 B
CSS

@-moz-document domain("stream.alkemics.com"),
domain("ppr-stream.alkemics.com"),
domain("ltg-stream.alkemics.com") {
.Navbar .active {
color: white !important;
font-weight: bold !important;
}
.Navbar a.nav-link:hover {
color: white !important;
font-weight: bold !important;
}
.Navbar__menu>li.nav-item a.nav-link.active:after {
background: white;
}
}