Skip to content

Commit

Permalink
Reduce padding on list items
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd committed Mar 28, 2021
1 parent 7ce1f9f commit a50d0f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions typora/torillic/torillic-typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ a:active {
color: var(--red);
}

/** Lists **/
ul, ol {
padding-left: 1rem;
}

/** Other **/
.md-footnote, sup.md-footnote {
color: var(--red);
Expand Down

0 comments on commit a50d0f3

Please sign in to comment.