mirror of
https://github.com/FliegendeWurst/telegram_notes_bot.git
synced 2024-11-09 22:00:36 +00:00
7 lines
148 B
CSS
7 lines
148 B
CSS
|
span.fancytree-node.todo .fancytree-title {
|
||
|
color: red !important;
|
||
|
}
|
||
|
|
||
|
span.fancytree-node.done .fancytree-title {
|
||
|
color: green !important;
|
||
|
}
|