Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWold committed Sep 21, 2023
1 parent cb7121b commit 1fe37c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Templates/layout.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
darkModeToggle.addEventListener("click", toggleDarkMode);
if (localStorage.getItem("dark") === "enabled") {
toggleDarkMode();
body.classList.toggle("dark");
}
</script>
</body>
Expand Down

0 comments on commit 1fe37c0

Please sign in to comment.