aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMango0x45 <thomasvoss@live.com> 2021-05-02 14:36:38 +0200
committerMango0x45 <thomasvoss@live.com> 2021-05-02 14:36:38 +0200
commit4758bd11f7de18d75bbe87a875520e0b85e008bf (patch)
treec5c11005bf4fdb3f87f8433ea9f2b03357d8c01f
parent96e5fcb2218027b7988712b46419fa4b2db98e60 (diff)
How did the site work I literally forgot quotes
-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);