if this don't work imma start tweaking
This commit is contained in:
parent
4ce46f8d21
commit
0240f65d63
@ -23,7 +23,7 @@ $(document).ready(function() {
|
||||
const gitBtn = document.querySelector('.source-btn');
|
||||
gitBtn.style.backgroundColor = '#9656ce';
|
||||
|
||||
const dscBtn = document.querySelectorAll('.dsc-button');
|
||||
const dscBtn = document.querySelectorAll('.dsc-btn');
|
||||
dscBtn.forEach(function(dsc) {
|
||||
dscBtn.style.backgroundColor = '#ff6847';
|
||||
});
|
||||
@ -60,7 +60,7 @@ $(document).ready(function() {
|
||||
const gitBtn = document.querySelector('.source-btn');
|
||||
gitBtn.style.backgroundColor = '#333333';
|
||||
|
||||
const dscBtn = document.querySelectorAll('.dsc-button');
|
||||
const dscBtn = document.querySelectorAll('.dsc-btn');
|
||||
dscBtn.forEach(function(dsc) {
|
||||
dscBtn.style.backgroundColor = '#9656ce';
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user