Separed navbar foreground color to make it shared to all envs.
This commit is contained in:
parent
0e519c839e
commit
991a6da6c2
15
Whiter banner (active & hover).css
Normal file
15
Whiter banner (active & hover).css
Normal file
@ -0,0 +1,15 @@
|
||||
@-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;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user