Update 'covid-speedrun/index.html'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Han Dai 2022-08-20 22:31:55 +00:00
parent 1d3790a30b
commit 93334e4e9f
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@
cell2.innerHTML = timeSince(timeline[event] - timeline["First Positive"]);
if (event == "First Positive") {
cell1.style.color = "#ff0000";
cell2.style.color = "#ff0000";
}
}