fix: Show completed tasks greyed out

This commit is contained in:
Maksim Eltyshev
2022-12-26 22:55:04 +01:00
parent 26f464eb25
commit 8a1693d3d9

View File

@@ -48,6 +48,7 @@
}
.taskCompleted {
color: #aaa;
text-decoration: line-through;
}