16 lines
465 B
CSS
16 lines
465 B
CSS
@-moz-document domain("ltg-stream.alkemics.com"), domain("ltg-admin.alkemics.com") {
|
|
.Navbar.bg-inverse,
|
|
.Navbar {
|
|
background-color: #6c3ac8 !important;
|
|
color: white;
|
|
}
|
|
|
|
.Navbar .active {
|
|
color:white !important;
|
|
font-weight: bold !important;
|
|
}
|
|
|
|
.Navbar__menu>li.nav-item a.nav-link.active:after {
|
|
background: white;
|
|
}
|
|
} |