Jikkii commited on
Commit
916f166
·
1 Parent(s): b809ce7
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -170,7 +170,7 @@
170
  window.matchMedia &&
171
  window.matchMedia("(prefers-color-scheme: dark)").matches
172
  ) {
173
- document.documentElement.classList.add("light");
174
  }
175
  }
176
  };
 
170
  window.matchMedia &&
171
  window.matchMedia("(prefers-color-scheme: dark)").matches
172
  ) {
173
+ document.documentElement.classList.add("dark");
174
  }
175
  }
176
  };