Spaces:
Running
Running
Update from GitHub Actions
Browse files- index.html +0 -8
index.html
CHANGED
@@ -11,13 +11,5 @@
|
|
11 |
</head>
|
12 |
<body class="font-sans dark:text-white dark:bg-hex-121212">
|
13 |
<div id="app"></div>
|
14 |
-
<script>
|
15 |
-
;(function () {
|
16 |
-
const prefersDark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
|
17 |
-
const setting = localStorage.getItem('color-schema') || 'auto'
|
18 |
-
if (setting === 'dark' || (prefersDark && setting !== 'light'))
|
19 |
-
document.documentElement.classList.toggle('dark', true)
|
20 |
-
})()
|
21 |
-
</script>
|
22 |
</body>
|
23 |
</html>
|
|
|
11 |
</head>
|
12 |
<body class="font-sans dark:text-white dark:bg-hex-121212">
|
13 |
<div id="app"></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
</body>
|
15 |
</html>
|