Skip to content

Commit d8fddba

Browse files
committed
Made halloween paragraph text lighter
1 parent fb111ed commit d8fddba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function checkSeasonal() {
1717
tag.style.textShadow = "-1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000";
1818
});
1919
document.querySelectorAll('p, ul').forEach(tag => {
20-
tag.style.color = "#af6034";
20+
tag.style.color = "#f48e55";
2121
});
2222
document.querySelectorAll('main, .textBackground').forEach(tag => {
2323
tag.style.backgroundColor = "#160025";

0 commit comments

Comments
 (0)