Cleaned repo tree

This commit is contained in:
scar
2021-12-21 20:00:00 +01:00
parent 5a32f5b810
commit bd00473292
3 changed files with 0 additions and 36 deletions

22
Whiter banner.css Normal file
View File

@@ -0,0 +1,22 @@
@-moz-document domain("stream.alkemics.com"),
domain("ppr-stream.alkemics.com"),
domain("ltg-stream.alkemics.com"),
domain("int.alkemics.com") {
.Navbar {
color: white !important;
}
.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;
}
.AuthLayoutFooter__logo {
border-top: 1px solid #fff;
}
}