ok so bro like pause
This commit is contained in:
parent
c5bf1d4513
commit
59bb1b517f
@ -57,7 +57,7 @@ $(document).ready(function() {
|
|||||||
gitBtn.style.backgroundColor = '#0095ff';
|
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 = '#0095ff';
|
button.style.backgroundColor = '#4caf50';
|
||||||
});
|
});
|
||||||
const versionTexts = document.querySelectorAll('.version-text');
|
const versionTexts = document.querySelectorAll('.version-text');
|
||||||
versionTexts.forEach(function(vt) {
|
versionTexts.forEach(function(vt) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user