diff --git a/src/css/custom.css b/src/css/custom.css index 6266f3be86..ce529e5859 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -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; +}