diff --git a/js/darkmode.js b/js/darkmode.js index 9974892..b508ce6 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/snow1.jpg')"; + body.style.backgroundImage= "url('/images/dirt wallpaper.jpg')"; const paragraphs = document.querySelectorAll('p'); paragraphs.forEach(function(p) { p.style.color = 'black';