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:
@ -95,6 +95,8 @@
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
color-scheme: dark;
|
||||
|
||||
--text: var(--light2);
|
||||
--background: var(--bg3);
|
||||
|
||||
|
Reference in New Issue
Block a user