made GitHub button look good
This commit is contained in:
parent
0240f65d63
commit
1fbc78d69d
@ -21,12 +21,7 @@ $(document).ready(function() {
|
||||
foot.style.backgroundColor = '#010101';
|
||||
|
||||
const gitBtn = document.querySelector('.source-btn');
|
||||
gitBtn.style.backgroundColor = '#9656ce';
|
||||
|
||||
const dscBtn = document.querySelectorAll('.dsc-btn');
|
||||
dscBtn.forEach(function(dsc) {
|
||||
dscBtn.style.backgroundColor = '#ff6847';
|
||||
});
|
||||
gitBtn.style.backgroundColor = '#ff6847';
|
||||
|
||||
const buttons = document.querySelectorAll('button');
|
||||
buttons.forEach(function(button) {
|
||||
@ -60,11 +55,6 @@ $(document).ready(function() {
|
||||
const gitBtn = document.querySelector('.source-btn');
|
||||
gitBtn.style.backgroundColor = '#333333';
|
||||
|
||||
const dscBtn = document.querySelectorAll('.dsc-btn');
|
||||
dscBtn.forEach(function(dsc) {
|
||||
dscBtn.style.backgroundColor = '#9656ce';
|
||||
});
|
||||
|
||||
const buttons = document.querySelectorAll('button');
|
||||
buttons.forEach(function(button) {
|
||||
button.style.backgroundColor = '#4caf50';
|
||||
|
Loading…
x
Reference in New Issue
Block a user