1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 13:19: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 { .taskCompleted {
color: #aaa;
text-decoration: line-through; text-decoration: line-through;
} }