Added LTG banner color change to see in electric blue when we are on LTG environment.

This commit is contained in:
Simon Priet 2021-11-18 11:28:28 +01:00
commit c4de37523a
2 changed files with 16 additions and 0 deletions

16
LTG banner.css Normal file
View File

@ -0,0 +1,16 @@
@-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;
}
}

0
README.md Normal file
View File