Skip to content

Commit 2ff6b11

Browse files
authored
Merge pull request moodle#722 from andrewnicols/nestedOrderedListsNumeric
[site] Update style for nested ordered lists to auto
2 parents 8ef67b1 + 00c920d commit 2ff6b11

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/css/custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,9 @@ html {
146146
margin-top: 1.5rem;
147147
}
148148
}
149+
150+
ol ol,
151+
ul ol {
152+
/* Docusaurus overrides the style for nested ordered lists to roman-numerals, which is non-ideal. */
153+
list-style-type: auto;
154+
}

0 commit comments

Comments
 (0)