fix: darkmode scroll bars (#480)
This commit is contained in:
parent
a0a98bcf4f
commit
d889775951
@ -21,6 +21,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
:root[saved-theme="dark"] {
|
||||
color-scheme: dark;
|
||||
}
|
||||
|
||||
:root[saved-theme="light"] {
|
||||
color-scheme: light;
|
||||
}
|
||||
|
||||
:root[saved-theme="dark"] .toggle ~ label {
|
||||
& > #dayIcon {
|
||||
opacity: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user