From 8f5baf83b1039274ea99bfbe8f89c2ecc04c8a12 Mon Sep 17 00:00:00 2001 From: clashofclanselixircollector Date: Wed, 8 Jan 2025 16:39:00 -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 3e57e82..2a76d78 100644 --- a/js/darkmode.js +++ b/js/darkmode.js @@ -53,7 +53,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 = '#8cbfbf'; + foot.style.backgroundColor = '#000000'; foot.style.color = '#ffffff'; const gitBtn = document.querySelector('.source-btn'); gitBtn.style.backgroundColor = '#0095ff';