From 1ff87362a672a5ad48b94ca557682b2c87a402ad Mon Sep 17 00:00:00 2001 From: daudix-UFO Date: Mon, 11 Sep 2023 15:42:44 +0300 Subject: [PATCH] fix: Light scrollbars in dark mode in Chromium Well, not only scrollbars, it just happens there are no other browser controls yet xD --- _sass/variables.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_sass/variables.scss b/_sass/variables.scss index 5981869..f3acf18 100644 --- a/_sass/variables.scss +++ b/_sass/variables.scss @@ -95,6 +95,8 @@ @media (prefers-color-scheme: dark) { :root { + color-scheme: dark; + --text: var(--light2); --background: var(--bg3);