make buttons look good
This commit is contained in:
parent
4b7262f64b
commit
250c90d743
@ -22,7 +22,7 @@ $(document).ready(function() {
|
||||
|
||||
const buttons = document.querySelectorAll('button');
|
||||
buttons.forEach(function(button) {
|
||||
button.style.backgroundColor = '#01452c';
|
||||
button.style.backgroundColor = '#30d3d2';
|
||||
});
|
||||
|
||||
const versionTexts = document.querySelectorAll('.version-text');
|
||||
|
Loading…
x
Reference in New Issue
Block a user