trilium/apps/edit-docs/demo/root/Trilium Demo/Scripting examples/Task manager/Implementation/CSS.css
2025-05-27 19:24:04 +03:00

7 lines
No EOL
148 B
CSS
Vendored

span.fancytree-node.todo .fancytree-title {
color: red !important;
}
span.fancytree-node.done .fancytree-title {
color: green !important;
}