into the unknown

This commit is contained in:
Sevi 2025-01-08 15:26:25 -08:00
parent 90cee11a40
commit 09b3fe61fb

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/snow1.jpg')";
body.style.backgroundImage= "url('/images/dirt wallpaper.jpg')";
const paragraphs = document.querySelectorAll('p');
paragraphs.forEach(function(p) {
p.style.color = 'black';