telegram_notes_bot/notes/Implementation/CSS.css
2021-04-23 10:48:42 +02:00

7 lines
148 B
CSS

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