Merge pull request #2090 from oeoeaio/subs-styling

Subs: Make checklist more legible
This commit is contained in:
Rob H
2018-03-02 13:24:05 +11:00
committed by GitHub

View File

@@ -3,8 +3,20 @@
.todolist{
.todo {
&.done {
.title, .steps {
text-decoration: line-through;
.title {
color: #aaaaaa;
a {
color: #aaaaaa;
}
}
i {
color: #aaaaaa;
}
.steps {
display: none;
}
i {