From 4d227d07fe7eaf713e871ebd61c98ba95251a43e Mon Sep 17 00:00:00 2001 From: clashofclanselixircollector Date: Wed, 8 Jan 2025 18:03:14 -0800 Subject: [PATCH] Update js/darkmode.js --- js/darkmode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/darkmode.js b/js/darkmode.js index f1e0d33..2aece65 100644 --- a/js/darkmode.js +++ b/js/darkmode.js @@ -17,7 +17,7 @@ $(document).ready(function() { head.style.textShadow = '-1px 0 black, 0 1px black, 1px 0 black, 0 -1px black'; const foot = document.querySelector('.footer'); - foot.style.backgroundColor = '#010101'; + foot.style.backgroundColor = '#6C8592'; const gitBtn = document.querySelector('.source-btn'); gitBtn.style.backgroundColor = '#ff6847';