mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
fix: darkmode scroll bars (#480)
This commit is contained in:
parent
422ba5c365
commit
7ac772fca8
1 changed files with 8 additions and 0 deletions
|
@ -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 a new issue