fix: Show completed tasks greyed out

This commit is contained in:
Maksim Eltyshev
2022-12-26 22:55:04 +01:00
parent 1dacd6e700
commit d21dee05a3

View File

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