1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

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