fixed sevi's mistake. silly him

This commit is contained in:
clashofclanselixircollector 2024-12-10 14:32:01 -08:00
parent 1c45532518
commit dfb4f89d4d

View File

@ -46,10 +46,10 @@ $(document).ready(function() {
foot.style.backgroundColor = '#8cbfbf'; foot.style.backgroundColor = '#8cbfbf';
foot.style.color = '#ffffff'; foot.style.color = '#ffffff';
const gitBtn = document.querySelector('.source-btn'); const gitBtn = document.querySelector('.source-btn');
gitBtn.style.backgroundColor = '#333333'; gitBtn.style.backgroundColor = '#0095ff';
const buttons = document.querySelectorAll('button'); const buttons = document.querySelectorAll('button');
buttons.forEach(function(button) { buttons.forEach(function(button) {
button.style.backgroundColor = '#4caf50'; button.style.backgroundColor = '#0095ff';
}); });
const versionTexts = document.querySelectorAll('.version-text'); const versionTexts = document.querySelectorAll('.version-text');
versionTexts.forEach(function(vt) { versionTexts.forEach(function(vt) {