From 5ca95ff6ae09de38422895d7abf2d664be18c340 Mon Sep 17 00:00:00 2001 From: Luke <17616949+nice42q@users.noreply.github.com> Date: Sun, 12 Mar 2023 10:22:02 +0100 Subject: [PATCH] Update main.scss --- css/main.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/main.scss b/css/main.scss index 6fe1027..14169f2 100644 --- a/css/main.scss +++ b/css/main.scss @@ -49,6 +49,7 @@ --head-nav-text-color: #d56f2a; --menu-color: #e1e1e1; --license-color: #666666; + --filter-color: invert(100%); } // Was entered incorrectly.. Dark = Light [data-theme="dark"] { @@ -70,6 +71,7 @@ --menu-color: #d56f2a; --license-color: #666666; --footer-bg-color: #202225; + --filter-color: none; } body { @@ -161,9 +163,12 @@ a.icon img { } img { - filter: invert(100%); + filter: var(--filter-color); } +img.logo, +a.icon img, +a.qr img, img.noColorChange { filter: none; }