Skip to content

Commit

Permalink
Merge pull request moodle#722 from andrewnicols/nestedOrderedListsNum…
Browse files Browse the repository at this point in the history
…eric

[site] Update style for nested ordered lists to auto
  • Loading branch information
andrewnicols authored Aug 31, 2023
2 parents 8ef67b1 + 00c920d commit 2ff6b11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,9 @@ html {
margin-top: 1.5rem;
}
}

ol ol,
ul ol {
/* Docusaurus overrides the style for nested ordered lists to roman-numerals, which is non-ideal. */
list-style-type: auto;
}

0 comments on commit 2ff6b11

Please sign in to comment.