better work 🙏

This commit is contained in:
css pro 2024-10-04 14:12:06 -07:00 committed by GitHub
parent bfcabea46d
commit 4ce46f8d21
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';
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';
});