Interactions als Notneeded markieren

This commit is contained in:
Andre Beging
2022-04-04 16:31:18 +02:00
parent c71d677b75
commit c70fb6426c
5 changed files with 54 additions and 16 deletions

View File

@@ -1,3 +1,7 @@
tr.done th {
color: #64ae24;
}
tr.notneeded {
filter: grayscale(100%);
}