From cd4cf2baf24955a27e393c12f346e6643bf16b03 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 25 May 2023 22:51:32 +0200 Subject: [PATCH] Disable default color setting as it overrides other values --- Navbar color on Notif.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Navbar color on Notif.css b/Navbar color on Notif.css index 37bc63e..3676b1f 100644 --- a/Navbar color on Notif.css +++ b/Navbar color on Notif.css @@ -1,9 +1,9 @@ @-moz-document domain("supplierxm.salsify.com"), domain("alkemics.com") { - :root { + /*:root { --color1: hsla(194, 71%, 30%, 1); - /* --navbar-gradient-color: rgb(20, 157, 199); */ - } + --navbar-gradient-color: rgb(20, 157, 199); + }*/ .PageTop>.Navbar::after { background-color: var(--navbar-gradient-color);