Update js/darkmode.js

This commit is contained in:
clashofclanselixircollector 2025-02-03 01:10:23 -08:00
parent 5759c02df0
commit e31372b920

View File

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