Add styling for GFM task lists

Close #2092
This commit is contained in:
Michael Rose
2019-03-13 08:30:30 -04:00
parent 097c01eff1
commit 8625e0708a
4 changed files with 27 additions and 2 deletions

View File

@@ -103,6 +103,23 @@ body:hover .visually-hidden button {
white-space: nowrap;
}
/*
Task lists
========================================================================== */
.task-list {
padding:0;
li {
list-style-type: none;
}
.task-list-item-checkbox {
margin-right: 0.5em;
opacity: 1;
}
}
/*
Alignment
========================================================================== */