Update js/darkmode.js

This commit is contained in:
clashofclanselixircollector 2025-01-08 16:39:00 -08:00
parent f6177e2a1a
commit 8f5baf83b1

View File

@ -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';