Skip to content

Commit 767e690

Browse files
committed
chore: fixed FOUC
1 parent 5c826d3 commit 767e690

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Userscripts dev</title>
7+
<style>
8+
:root {
9+
color-scheme: light dark;
10+
background-color: #242424;
11+
}
12+
</style>
713
</head>
814
<body>
915
<div id="app"></div>

0 commit comments

Comments
 (0)