removed useless tags

This commit is contained in:
Sevi 2024-11-30 02:27:16 -08:00
parent f692535424
commit 1293b29181

View File

@ -5,7 +5,7 @@ $(document).ready(function() {
const body = document.querySelector('body'); const body = document.querySelector('body');
body.style.backgroundColor = '#141414'; body.style.backgroundColor = '#141414';
body.style.color = '#f1f1f1'; body.style.color = '#f1f1f1';
document.body.style.backgroundImage= 'none'; body.style.backgroundImage= 'none';
const paragraphs = document.querySelectorAll('p'); const paragraphs = document.querySelectorAll('p');
paragraphs.forEach(function(p) { paragraphs.forEach(function(p) {
p.style.color = '#f1f1f1'; p.style.color = '#f1f1f1';
@ -32,7 +32,7 @@ $(document).ready(function() {
const body = document.querySelector('body'); const body = document.querySelector('body');
body.style.backgroundColor = '#f1f1f1'; body.style.backgroundColor = '#f1f1f1';
body.style.color = 'black'; body.style.color = 'black';
document.body.style.backgroundImage= "url('/images/snow1.jpg')"; body.style.backgroundImage= "url('/images/snow1.jpg')";
const paragraphs = document.querySelectorAll('p'); const paragraphs = document.querySelectorAll('p');
paragraphs.forEach(function(p) { paragraphs.forEach(function(p) {
p.style.color = 'black'; p.style.color = 'black';