Skip to content

Commit d35d5fe

Browse files
committed
Fix color del título de Timer Countdown
1 parent a4b686b commit d35d5fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

timer-countdown/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ <h1 class="title text-center">Timer Countdown</h1>
412412
}
413413

414414
document.body.classList.add(`color-${color}`);
415-
document.getElementById("title").classList.add(`color-${color}`);
415+
document.getElementById("timer-title").classList.add(`color-${color}`);
416416

417417
var countDownDate = new Date(date).getTime();
418418
var x = setInterval(function () {

0 commit comments

Comments
 (0)