Skip to content

Commit

Permalink
Add styles for task list classes
Browse files Browse the repository at this point in the history
  • Loading branch information
laymonage committed Apr 18, 2021
1 parent 9b94fc5 commit fc5368a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ a:hover {

.markdown ul,
.markdown ol {
@apply pl-8;
@apply pl-[2em];
}

.markdown ul {
Expand All @@ -135,6 +135,15 @@ a:hover {
list-style-type: square;
}

.task-list-item {
@apply list-none;
}

.task-list-item-checkbox {
@apply align-middle;
margin: 0 0.2em 0.25em -1.6em;
}

.markdown ol {
@apply list-decimal;
}
Expand Down

0 comments on commit fc5368a

Please sign in to comment.