diff --git a/Whiter banner (active & hover).css b/Whiter banner (active & hover).css new file mode 100644 index 0000000..830ae14 --- /dev/null +++ b/Whiter banner (active & hover).css @@ -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; + } +} \ No newline at end of file