1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
creator: hokiegeek
created: 20181024015332086
modified: 20181024024037360
tags: $:/tags/Stylesheet
title: $:/plugins/hokiegeek/checklist/styles
type: text/vnd.tiddlywiki
.item-done {
color: #9aaee7 !important;
}
.new-item-btn svg {
/*
fill: <<colour message-foreground>> !important;
*/
}
.complete-item-btn svg {
fill: #3ed850 !important;
}