1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-24 15:49:46 +02:00

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;
}