make todo text bold

pull/1/head
ansuz 2017-08-03 11:53:48 +02:00
parent 66d81429bd
commit 1fac0b9bc4
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ body {
flex: 1;
word-wrap: break-word;
min-width: 0;
font-weight: bold;
}
.cp-task-date {
margin: @spacing;