diff --git a/js/darkmode.js b/js/darkmode.js index 2aece65..f51ae76 100644 --- a/js/darkmode.js +++ b/js/darkmode.js @@ -51,7 +51,7 @@ $(document).ready(function() { head.style.textShadow = '-0px 0 white, 0 0px white, 0px 0 white, 0 -0px white'; const foot = document.querySelector('.footer'); - foot.style.backgroundColor = '#000000'; + foot.style.backgroundColor = '#dfe1e2'; foot.style.color = '#ffffff'; const gitBtn = document.querySelector('.source-btn'); gitBtn.style.backgroundColor = '#0095ff';