14 lines
261 B
CSS
14 lines
261 B
CSS
.covid19 {
|
|
text-align: left;
|
|
font-size: smaller;
|
|
line-height: 1.255em;
|
|
}
|
|
|
|
.covid19 .ts {
|
|
font-size: small;
|
|
text-align: right;
|
|
}
|
|
|
|
.covid19 .new7 .good { color: darkgreen; }
|
|
.covid19 .new7 .warn { color: darkorange; }
|
|
.covid19 .new7 .bad { color: darkred; }
|