Skip to content

Commit

Permalink
Update light-mode.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lunekiska authored Feb 17, 2024
1 parent 40fc931 commit b8a65a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/light-mode.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function myFunction() {
var element = document.getElementById("*");
element.classList.toggle("light-mode");
element.classList.toggle("../css/main.css");
}

0 comments on commit b8a65a1

Please sign in to comment.