Update darkmoderewrite.js

This commit is contained in:
css pro 2024-10-04 11:28:40 -07:00 committed by GitHub
parent ca429d55fc
commit 92352bd912
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ $(document).ready(function() {
gitBtn.style.backgroundColor = '#9656ce'; gitBtn.style.backgroundColor = '#9656ce';
const dscButt = document.querySelector('.dsc-btn'); const dscButt = document.querySelector('.dsc-btn');
dscButt.style.backgroundColor = '#ff5733'; dscButt.style.backgroundColor = '#ff6847';
const buttons = document.querySelectorAll('button'); const buttons = document.querySelectorAll('button');
buttons.forEach(function(button) { buttons.forEach(function(button) {