Skip to content

Commit 41d0c31

Browse files
committed
set color-scheme in root
1 parent 407e3c4 commit 41d0c31

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/plots/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
<meta charset="utf-8" />
44
</head>
55
<style>
6+
:root {
7+
color-scheme: light dark;
8+
}
9+
610
body {
711
max-width: 960px;
812
margin: 1em auto;

0 commit comments

Comments
 (0)