From c48ecd97ddbc6bc992580ed8831386a07da5a2f1 Mon Sep 17 00:00:00 2001 From: clashofclanselixircollector Date: Wed, 8 Jan 2025 17:01:51 -0800 Subject: [PATCH] Update js/darkmode.js --- js/darkmode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/darkmode.js b/js/darkmode.js index bef0cca..f217f92 100644 --- a/js/darkmode.js +++ b/js/darkmode.js @@ -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';