mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Stylize TODO/DONE states with CSS
This commit is contained in:
parent
581b6097c7
commit
f040b3f65c
1 changed files with 12 additions and 0 deletions
|
@ -159,6 +159,18 @@
|
|||
#json {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
span.task-status {
|
||||
color: white;
|
||||
padding: 3.5px 3.5px 0;
|
||||
margin: 5px;
|
||||
}
|
||||
span.task-status.todo {
|
||||
background-color: rgb(39, 149, 182);
|
||||
}
|
||||
span.task-status.done {
|
||||
background-color: rgb(81, 143, 31);
|
||||
}
|
||||
</style>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue