Skip to content

Commit 149b416

Browse files
authored
fix playground dark mode (#119)
1 parent 73b1d5a commit 149b416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/repl/src/lib/Output/srcdoc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
padding: 0;
5252
}
5353

54-
html.dark {
54+
body.dark {
5555
color-scheme: dark;
5656
--bg-1: hsl(0, 0%, 18%);
5757
--bg-2: hsl(0, 0%, 30%);

0 commit comments

Comments
 (0)