Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Zbomb2000 authored Apr 2, 2024
1 parent 68cd746 commit 8d8e85d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions timers/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ function endTimer(countDownDate, now) {
if (days <= 7) {
document.getElementById("end-span").style.color = "red";
document.getElementById("end-subtitle").style.color = "red";
document.getElementById("timer-title").style.color = "red";
}

if (timeleft_end < 0) {
Expand Down

0 comments on commit 8d8e85d

Please sign in to comment.