removed useless tags
This commit is contained in:
parent
f692535424
commit
1293b29181
@ -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';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user