Add usual task states to the default settings.

This commit is contained in:
Sergio Martínez Portela 2022-10-23 21:30:44 +02:00
parent 8d8dcbfdce
commit 20b945aa31
2 changed files with 9 additions and 2 deletions

View file

@ -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);
}