We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c826d3 commit 767e690Copy full SHA for 767e690
1 file changed
index.html
@@ -4,6 +4,12 @@
4
<meta charset="UTF-8" />
5
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
<title>Userscripts dev</title>
7
+ <style>
8
+ :root {
9
+ color-scheme: light dark;
10
+ background-color: #242424;
11
+ }
12
+ </style>
13
</head>
14
<body>
15
<div id="app"></div>
0 commit comments