Update js/darkmode.js

This commit is contained in:
clashofclanselixircollector 2025-01-08 17:01:51 -08:00
parent 224c082c67
commit c48ecd97dd

View File

@ -38,7 +38,7 @@ $(document).ready(function() {
const body = document.querySelector('body');
body.style.backgroundColor = '#f1f1f1';
body.style.color = 'black';
body.style.backgroundImage= "url('/images/dirt wallpaper.jpg')";
body.style.backgroundImage= "url('/images/grass-background.jpg')";
const paragraphs = document.querySelectorAll('p');
paragraphs.forEach(function(p) {
p.style.color = 'gray';