Thomas G. Lopes commited on
Commit
d091fe5
·
1 Parent(s): 01e9501
Files changed (1) hide show
  1. src/app.html +1 -1
src/app.html CHANGED
@@ -11,7 +11,7 @@
11
  <script>
12
  (function () {
13
  const urlParams = new URLSearchParams(window.location.search);
14
- const theme = urlParams.get("__theme");
15
 
16
  let systemPrefersDark = window.matchMedia("(prefers-color-scheme: dark)").matches;
17
 
 
11
  <script>
12
  (function () {
13
  const urlParams = new URLSearchParams(window.location.search);
14
+ const theme = urlParams.get("_theme");
15
 
16
  let systemPrefersDark = window.matchMedia("(prefers-color-scheme: dark)").matches;
17