From 93334e4e9f29ce98d39df0ce64bac583407bf5bc Mon Sep 17 00:00:00 2001 From: Han Dai <10000@daihan.me> Date: Sat, 20 Aug 2022 22:31:55 +0000 Subject: [PATCH] Update 'covid-speedrun/index.html' --- covid-speedrun/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/covid-speedrun/index.html b/covid-speedrun/index.html index bf9f9e5..db82759 100644 --- a/covid-speedrun/index.html +++ b/covid-speedrun/index.html @@ -76,6 +76,7 @@ cell2.innerHTML = timeSince(timeline[event] - timeline["First Positive"]); if (event == "First Positive") { cell1.style.color = "#ff0000"; + cell2.style.color = "#ff0000"; } }