Update 'covid-speedrun/index.html'
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1d3790a30b
commit
93334e4e9f
@ -76,6 +76,7 @@
|
|||||||
cell2.innerHTML = timeSince(timeline[event] - timeline["First Positive"]);
|
cell2.innerHTML = timeSince(timeline[event] - timeline["First Positive"]);
|
||||||
if (event == "First Positive") {
|
if (event == "First Positive") {
|
||||||
cell1.style.color = "#ff0000";
|
cell1.style.color = "#ff0000";
|
||||||
|
cell2.style.color = "#ff0000";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user