From dfb4f89d4d782e035c62f284a6cd3f43a8d7de16 Mon Sep 17 00:00:00 2001 From: clashofclanselixircollector Date: Tue, 10 Dec 2024 14:32:01 -0800 Subject: [PATCH] fixed sevi's mistake. silly him --- js/darkmode.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/darkmode.js b/js/darkmode.js index 4fd6dcf..7b7844e 100644 --- a/js/darkmode.js +++ b/js/darkmode.js @@ -46,10 +46,10 @@ $(document).ready(function() { foot.style.backgroundColor = '#8cbfbf'; foot.style.color = '#ffffff'; const gitBtn = document.querySelector('.source-btn'); - gitBtn.style.backgroundColor = '#333333'; + gitBtn.style.backgroundColor = '#0095ff'; const buttons = document.querySelectorAll('button'); buttons.forEach(function(button) { - button.style.backgroundColor = '#4caf50'; + button.style.backgroundColor = '#0095ff'; }); const versionTexts = document.querySelectorAll('.version-text'); versionTexts.forEach(function(vt) {