Skip to content

Commit

Permalink
Set up styles for nested ordered lists (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin authored Nov 9, 2023
1 parent 621fc62 commit 106957c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,12 @@ nav.navbar {
.theme-last-updated b {
font-weight: inherit;
}

/* Set numbering for nested lists */
ol li ol {
list-style-type: lower-alpha;
}

ol li ol li ol {
list-style-type: lower-roman;
}

0 comments on commit 106957c

Please sign in to comment.