fix: Light scrollbars in dark mode in Chromium

Well, not only scrollbars, it just happens there are no other browser
controls yet xD
This commit is contained in:
daudix-UFO
2023-09-11 15:42:44 +03:00
parent 864c9c2833
commit 1ff87362a6

View File

@ -95,6 +95,8 @@
@media (prefers-color-scheme: dark) {
:root {
color-scheme: dark;
--text: var(--light2);
--background: var(--bg3);