XuVV commited on
Commit
b1b9a92
·
1 Parent(s): 6d00bfa

Update from GitHub Actions

Browse files
Files changed (1) hide show
  1. 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>