blob: eb7dba52895eb7d047bedd60f3c2bcd10d949e3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
.task-links-table td {
vertical-align: middle
}
.task-links-task-count {
color: var(--color-light);
font-weight: normal
}
.task-link-closed {
text-decoration: line-through
}
|