made GitHub button look good

This commit is contained in:
css pro 2024-10-05 16:33:42 -07:00 committed by GitHub
parent 0240f65d63
commit 1fbc78d69d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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';