if this don't work imma start tweaking

This commit is contained in:
css pro 2024-10-04 14:39:39 -07:00 committed by GitHub
parent 4ce46f8d21
commit 0240f65d63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ $(document).ready(function() {
const gitBtn = document.querySelector('.source-btn'); const gitBtn = document.querySelector('.source-btn');
gitBtn.style.backgroundColor = '#9656ce'; gitBtn.style.backgroundColor = '#9656ce';
const dscBtn = document.querySelectorAll('.dsc-button'); const dscBtn = document.querySelectorAll('.dsc-btn');
dscBtn.forEach(function(dsc) { dscBtn.forEach(function(dsc) {
dscBtn.style.backgroundColor = '#ff6847'; dscBtn.style.backgroundColor = '#ff6847';
}); });
@ -60,7 +60,7 @@ $(document).ready(function() {
const gitBtn = document.querySelector('.source-btn'); const gitBtn = document.querySelector('.source-btn');
gitBtn.style.backgroundColor = '#333333'; gitBtn.style.backgroundColor = '#333333';
const dscBtn = document.querySelectorAll('.dsc-button'); const dscBtn = document.querySelectorAll('.dsc-btn');
dscBtn.forEach(function(dsc) { dscBtn.forEach(function(dsc) {
dscBtn.style.backgroundColor = '#9656ce'; dscBtn.style.backgroundColor = '#9656ce';
}); });