mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-07 21:29:13 +00:00
Stylize TODO/DONE states with CSS
This commit is contained in:
@@ -159,6 +159,18 @@
|
|||||||
#json {
|
#json {
|
||||||
white-space: pre-wrap;
|
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>
|
</style>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user