mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 13:19:16 +00:00
Stylize TODO/DONE states with CSS
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user