From 4f9f094d6207bbbec0c40e25ec96a3605982b4b8 Mon Sep 17 00:00:00 2001 From: hayao Date: Sun, 29 Oct 2023 01:18:53 +0900 Subject: [PATCH] Fix: Do not filter logo if rainbow is enabled --- src/styles/moodle.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/moodle.scss b/src/styles/moodle.scss index 4ba4891..f179ab2 100644 --- a/src/styles/moodle.scss +++ b/src/styles/moodle.scss @@ -33,7 +33,9 @@ .bg-white { background-color: var(--base) !important; } +} +[data-gaming_gundai_dark="true"]:not([data-gaming_gundai="true"]) { .logo { filter: invert(1) grayscale(100%); }