Update darkmoderewrite.js

This commit is contained in:
css pro 2024-10-02 16:44:49 -07:00 committed by GitHub
parent eefb799307
commit 5252929e49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,12 @@ $(document).ready(function() {
const body = document.querySelector('body');
body.style.backgroundColor = '#404040';
body.style.color = '#f1f1f1';
const p = document.querySelector('p');
p.style.color = '#f1f1f1';
const head = document.querySelector('h1');
head.style.color = '#f1f1f1';
const foot = document.querySelector('.footer');
foot.style.backgroundColor = 'grey';