diff --git a/js/darkmode.js b/js/darkmode.js index 633ca8d..4fd6dcf 100644 --- a/js/darkmode.js +++ b/js/darkmode.js @@ -43,8 +43,8 @@ $(document).ready(function() { head.style.color = 'black'; const foot = document.querySelector('.footer'); - foot.style.backgroundColor = '#30d3d2'; - foot.style.color = '#fff'; + foot.style.backgroundColor = '#8cbfbf'; + foot.style.color = '#ffffff'; const gitBtn = document.querySelector('.source-btn'); gitBtn.style.backgroundColor = '#333333'; const buttons = document.querySelectorAll('button');