make buttons look good

This commit is contained in:
css pro 2024-10-02 18:11:28 -07:00 committed by GitHub
parent 4b7262f64b
commit 250c90d743
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ $(document).ready(function() {
const buttons = document.querySelectorAll('button'); const buttons = document.querySelectorAll('button');
buttons.forEach(function(button) { buttons.forEach(function(button) {
button.style.backgroundColor = '#01452c'; button.style.backgroundColor = '#30d3d2';
}); });
const versionTexts = document.querySelectorAll('.version-text'); const versionTexts = document.querySelectorAll('.version-text');