Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
multiverseweb authored Apr 7, 2024
1 parent 8925be6 commit edacd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var light = function theme() {
document.getElementById("theme").setAttribute("onClick", "javascript: dark();");
navbar.style.backgroundColor = "rgba(149, 149, 149, 0.738)";
logo.style.filter = "invert(1)";
cover.style.backgroundColor = "rgba(149, 149, 149, 0.538)";
cover.style.backgroundColor = "rgba(149, 149, 149, 0.738)";
}

var dark = function theme2() {
Expand Down

0 comments on commit edacd15

Please sign in to comment.