From 4ce46f8d21fe82aff85ab08a24df2a6f4649777c Mon Sep 17 00:00:00 2001 From: css pro Date: Fri, 4 Oct 2024 14:12:06 -0700 Subject: [PATCH] =?UTF-8?q?better=20work=20=F0=9F=99=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/darkmoderewrite.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/darkmoderewrite.js b/js/darkmoderewrite.js index b332729..9d82fd5 100644 --- a/js/darkmoderewrite.js +++ b/js/darkmoderewrite.js @@ -24,7 +24,7 @@ $(document).ready(function() { gitBtn.style.backgroundColor = '#9656ce'; const dscBtn = document.querySelectorAll('.dsc-button'); - dscBtn.forEach(function(button) { + dscBtn.forEach(function(dsc) { dscBtn.style.backgroundColor = '#ff6847'; }); @@ -61,7 +61,7 @@ $(document).ready(function() { gitBtn.style.backgroundColor = '#333333'; const dscBtn = document.querySelectorAll('.dsc-button'); - dscBtn.forEach(function(button) { + dscBtn.forEach(function(dsc) { dscBtn.style.backgroundColor = '#9656ce'; });