Files
2022-04-08 16:12:25 +02:00

12 lines
136 B
CSS

tr.done th {
color: #64ae24;
}
tr.notneeded {
filter: grayscale(100%);
}
tr.fs-alert,
tr.fs-alert th {
color: orange;
}