1
0

Add list title in overview page

This commit is contained in:
kolaente
2020-05-11 16:52:58 +02:00
parent b85f66140b
commit 995dec33ea
7 changed files with 62 additions and 14 deletions

View File

@ -54,6 +54,13 @@
.overdue{
color: $red;
}
.task-list {
width: auto;
color: lighten($grey, 25%);
font-size: .9em;
vertical-align: text-bottom;
}
}
.tag {