aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.js b/main.js
index 73db06e..907ffb4 100644
--- a/main.js
+++ b/main.js
@@ -116,7 +116,7 @@ const theme = localStorage.getItem("theme");
/* I hate this it makes me want to die fuck you firefox */
if (!theme) {
- document.documentElement.setAttribute("theme", light);
+ document.documentElement.setAttribute("theme", "light");
}
else {
document.documentElement.setAttribute("theme", theme);