From c4de37523af2a2aeb37597181dd43cdf819214c7 Mon Sep 17 00:00:00 2001 From: Simon Priet Date: Thu, 18 Nov 2021 11:28:28 +0100 Subject: [PATCH] Added LTG banner color change to see in electric blue when we are on LTG environment. --- LTG banner.css | 16 ++++++++++++++++ README.md | 0 2 files changed, 16 insertions(+) create mode 100644 LTG banner.css create mode 100644 README.md 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