Add usual task states to the default settings.
This commit is contained in:
parent
8d8dcbfdce
commit
20b945aa31
2 changed files with 9 additions and 2 deletions
|
@ -155,10 +155,10 @@ h1.title .state {
|
|||
border-radius: 5px;
|
||||
}
|
||||
|
||||
h1.title .state.state-TODO {
|
||||
h1.title .state.todo-True {
|
||||
background-color: rgba(255,0,0,0.5);
|
||||
}
|
||||
h1.title .state.state-DONE {
|
||||
h1.title .state.todo-False {
|
||||
background-color: rgba(0,255,0,0.25);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue