From e31372b9207aa5fed3131ea70cc4c90e479dc817 Mon Sep 17 00:00:00 2001 From: clashofclanselixircollector Date: Mon, 3 Feb 2025 01:10:23 -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 2aece65..f17372f 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 = '#9c9898'; foot.style.color = '#ffffff'; const gitBtn = document.querySelector('.source-btn'); gitBtn.style.backgroundColor = '#0095ff';