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"; } }