diff --git a/Whiter banner (active & hover).css b/Whiter banner (active & hover).css index 830ae14..8497b49 100644 --- a/Whiter banner (active & hover).css +++ b/Whiter banner (active & hover).css @@ -1,6 +1,7 @@ @-moz-document domain("stream.alkemics.com"), domain("ppr-stream.alkemics.com"), -domain("ltg-stream.alkemics.com") { +domain("ltg-stream.alkemics.com"), +domain("int.alkemics.com") { .Navbar .active { color: white !important; font-weight: bold !important; @@ -12,4 +13,7 @@ domain("ltg-stream.alkemics.com") { .Navbar__menu>li.nav-item a.nav-link.active:after { background: white; } + .AuthLayoutFooter__logo { + border-top: 1px solid #fff; + } } \ No newline at end of file