Skip to content

Commit 00c920d

Browse files
committed
[site] Update style for nested ordered lists to auto
Closes moodle#715.
1 parent 8ef67b1 commit 00c920d

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)