Skip to content

Commit 21e3529

Browse files
committed
make scroll bar follow current theme in playground
1 parent 8a470b5 commit 21e3529

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

playground/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ footer {
102102
}
103103

104104
@media (prefers-color-scheme: dark) {
105+
:root {
106+
color-scheme: dark;
107+
}
108+
105109
.CodeMirror {
106110
border: solid 1px #555;
107111
}

0 commit comments

Comments
 (0)