telegram_notes_bot/notes/Implementation/CSS.css

7 lines
148 B
CSS
Raw Normal View History

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