grey-er grey for footer dark mode

This commit is contained in:
Preston 2024-10-02 17:47:38 -07:00 committed by GitHub
parent 8e819788de
commit 3238807251
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ $(document).ready(function() {
head.style.color = '#f1f1f1';
const foot = document.querySelector('.footer');
foot.style.backgroundColor = 'grey';
foot.style.backgroundColor = '#808080';
const button = document.querySelector('button');
button.style.backgroundColor = '#21ccaa';