fixed sevi's mistake. silly him
This commit is contained in:
parent
1c45532518
commit
dfb4f89d4d
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user