We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f41cf38 commit 8524be5Copy full SHA for 8524be5
1 file changed
app.js
@@ -8,6 +8,6 @@
8
})
9
});
10
document.querySelector(".theme-btn").addEventListener("click", () => {
11
- document.body.classList.toggle("light-theme");
+ document.body.classList.toggle("light-mode");
12
13
})();
0 commit comments