diff --git a/js/darkmode.js b/js/darkmode.js index b508ce6..69f035d 100644 --- a/js/darkmode.js +++ b/js/darkmode.js @@ -57,7 +57,7 @@ $(document).ready(function() { gitBtn.style.backgroundColor = '#0095ff'; const buttons = document.querySelectorAll('button'); buttons.forEach(function(button) { - button.style.backgroundColor = '#0095ff'; + button.style.backgroundColor = '#4caf50'; }); const versionTexts = document.querySelectorAll('.version-text'); versionTexts.forEach(function(vt) {