Skip to content

Commit

Permalink
override default list styling
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-blum committed Jan 11, 2022
1 parent b92fc45 commit da94a18
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions overrides.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
ol, ul {
color: inherit !important;
}

ol li {
padding-left: 40px;
}

ol ::marker {
font-family: Poppins,sans-serif;
font-weight: bold;
}

0 comments on commit da94a18

Please sign in to comment.