From 1be93f3e119608a9dc42c9de4083505d9e2fcecf Mon Sep 17 00:00:00 2001 From: PrestonT500 Date: Wed, 5 Feb 2025 14:23:24 -0800 Subject: [PATCH] Fixed footer I hope Signed-off-by: PrestonT500 --- js/darkmode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';