commit c4de37523af2a2aeb37597181dd43cdf819214c7 Author: Simon Priet Date: Thu Nov 18 11:28:28 2021 +0100 Added LTG banner color change to see in electric blue when we are on LTG environment. diff --git a/LTG banner.css b/LTG banner.css new file mode 100644 index 0000000..4f60eba --- /dev/null +++ b/LTG banner.css @@ -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; + } +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29