Fixed footer

I hope

Signed-off-by: PrestonT500 <preston@eaglercraft.win>
This commit is contained in:
PrestonT500 2025-02-05 14:23:24 -08:00
parent 1b93951395
commit 1be93f3e11

View File

@ -51,7 +51,7 @@ $(document).ready(function() {
head.style.textShadow = '-0px 0 white, 0 0px white, 0px 0 white, 0 -0px white';
const foot = document.querySelector('.footer');
foot.style.backgroundColor = '#000000';
foot.style.backgroundColor = '#dfe1e2';
foot.style.color = '#ffffff';
const gitBtn = document.querySelector('.source-btn');
gitBtn.style.backgroundColor = '#0095ff';