grey-er grey for footer dark mode
This commit is contained in:
parent
8e819788de
commit
3238807251
@ -16,7 +16,7 @@ $(document).ready(function() {
|
|||||||
head.style.color = '#f1f1f1';
|
head.style.color = '#f1f1f1';
|
||||||
|
|
||||||
const foot = document.querySelector('.footer');
|
const foot = document.querySelector('.footer');
|
||||||
foot.style.backgroundColor = 'grey';
|
foot.style.backgroundColor = '#808080';
|
||||||
|
|
||||||
const button = document.querySelector('button');
|
const button = document.querySelector('button');
|
||||||
button.style.backgroundColor = '#21ccaa';
|
button.style.backgroundColor = '#21ccaa';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user