fixed dicsord button
This commit is contained in:
parent
92352bd912
commit
bfcabea46d
@ -23,8 +23,10 @@ $(document).ready(function() {
|
|||||||
const gitBtn = document.querySelector('.source-btn');
|
const gitBtn = document.querySelector('.source-btn');
|
||||||
gitBtn.style.backgroundColor = '#9656ce';
|
gitBtn.style.backgroundColor = '#9656ce';
|
||||||
|
|
||||||
const dscButt = document.querySelector('.dsc-btn');
|
const dscBtn = document.querySelectorAll('.dsc-button');
|
||||||
dscButt.style.backgroundColor = '#ff6847';
|
dscBtn.forEach(function(button) {
|
||||||
|
dscBtn.style.backgroundColor = '#ff6847';
|
||||||
|
});
|
||||||
|
|
||||||
const buttons = document.querySelectorAll('button');
|
const buttons = document.querySelectorAll('button');
|
||||||
buttons.forEach(function(button) {
|
buttons.forEach(function(button) {
|
||||||
@ -58,8 +60,10 @@ $(document).ready(function() {
|
|||||||
const gitBtn = document.querySelector('.source-btn');
|
const gitBtn = document.querySelector('.source-btn');
|
||||||
gitBtn.style.backgroundColor = '#333333';
|
gitBtn.style.backgroundColor = '#333333';
|
||||||
|
|
||||||
const dscButt = document.querySelector('.dsc-btn');
|
const dscBtn = document.querySelectorAll('.dsc-button');
|
||||||
dscButt.style.backgroundColor = '#9656ce';
|
dscBtn.forEach(function(button) {
|
||||||
|
dscBtn.style.backgroundColor = '#9656ce';
|
||||||
|
});
|
||||||
|
|
||||||
const buttons = document.querySelectorAll('button');
|
const buttons = document.querySelectorAll('button');
|
||||||
buttons.forEach(function(button) {
|
buttons.forEach(function(button) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user