ok so bro like pause

This commit is contained in:
clashofclanselixircollector 2025-01-08 16:32:02 -08:00
parent c5bf1d4513
commit 59bb1b517f

View File

@ -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) {