Add list title in overview page
This commit is contained in:
parent
b85f66140b
commit
995dec33ea
7 changed files with 62 additions and 14 deletions
|
|
@ -54,6 +54,13 @@
|
|||
.overdue{
|
||||
color: $red;
|
||||
}
|
||||
|
||||
.task-list {
|
||||
width: auto;
|
||||
color: lighten($grey, 25%);
|
||||
font-size: .9em;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
}
|
||||
|
||||
.tag {
|
||||
|
|
|
|||
Reference in a new issue