Update js/darkmode.js

This commit is contained in:
clashofclanselixircollector 2025-01-08 18:03:14 -08:00
parent c4e740b332
commit 4d227d07fe

View File

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