better feet

This commit is contained in:
css pro 2024-10-04 11:14:45 -07:00 committed by GitHub
parent 1ded4a80f7
commit ca429d55fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,8 +18,14 @@ $(document).ready(function() {
head.style.color = '#f1f1f1';
const foot = document.querySelector('.footer');
foot.style.backgroundColor = '#808080';
foot.style.backgroundColor = '#010101';
const gitBtn = document.querySelector('.source-btn');
gitBtn.style.backgroundColor = '#9656ce';
const dscButt = document.querySelector('.dsc-btn');
dscButt.style.backgroundColor = '#ff5733';
const buttons = document.querySelectorAll('button');
buttons.forEach(function(button) {
button.style.backgroundColor = '#30d3d2';
@ -49,6 +55,12 @@ $(document).ready(function() {
const foot = document.querySelector('.footer');
foot.style.backgroundColor = '#ddd';
const gitBtn = document.querySelector('.source-btn');
gitBtn.style.backgroundColor = '#333333';
const dscButt = document.querySelector('.dsc-btn');
dscButt.style.backgroundColor = '#9656ce';
const buttons = document.querySelectorAll('button');
buttons.forEach(function(button) {
button.style.backgroundColor = '#4caf50';