diff options
author | Mango0x45 <thomasvoss@live.com> | 2021-05-02 14:36:38 +0200 |
---|---|---|
committer | Mango0x45 <thomasvoss@live.com> | 2021-05-02 14:36:38 +0200 |
commit | 4758bd11f7de18d75bbe87a875520e0b85e008bf (patch) | |
tree | c5c11005bf4fdb3f87f8433ea9f2b03357d8c01f | |
parent | 96e5fcb2218027b7988712b46419fa4b2db98e60 (diff) |
How did the site work I literally forgot quotes
-rw-r--r-- | main.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |