We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b686b commit d35d5feCopy full SHA for d35d5fe
1 file changed
timer-countdown/index.html
@@ -412,7 +412,7 @@ <h1 class="title text-center">Timer Countdown</h1>
412
}
413
414
document.body.classList.add(`color-${color}`);
415
- document.getElementById("title").classList.add(`color-${color}`);
+ document.getElementById("timer-title").classList.add(`color-${color}`);
416
417
var countDownDate = new Date(date).getTime();
418
var x = setInterval(function () {
0 commit comments