diff --git a/script.js b/script.js index c13c87a..d24d66a 100644 --- a/script.js +++ b/script.js @@ -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() {