fixing the footer

This commit is contained in:
clashofclanselixircollector 2024-11-30 11:17:16 -08:00
parent 5099da2fe8
commit 9a57cc77a5

View File

@ -43,7 +43,8 @@ $(document).ready(function() {
head.style.color = 'black'; head.style.color = 'black';
const foot = document.querySelector('.footer'); const foot = document.querySelector('.footer');
foot.style.backgroundColor = '#ddd'; foot.style.backgroundColor = '#32b3bb';
foot.style.color = '#fff';
const gitBtn = document.querySelector('.source-btn'); const gitBtn = document.querySelector('.source-btn');
gitBtn.style.backgroundColor = '#333333'; gitBtn.style.backgroundColor = '#333333';
const buttons = document.querySelectorAll('button'); const buttons = document.querySelectorAll('button');