Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Display ordered list as decimal and make unordered lists style explic…
Browse files Browse the repository at this point in the history
…it. (#357)

Signed-off-by: Artur Owczarek <[email protected]>
  • Loading branch information
arturowczarek authored Jul 23, 2024
1 parent 7c4021f commit 4dedeeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -432,13 +432,13 @@ code .token-line {
}

.theme-doc-markdown ol {
list-style-type: inherit;
list-style-type: decimal;
margin: 0 0 var(--ifm-list-margin);
padding-left: var(--ifm-list-left-padding);
}

.theme-doc-markdown ul {
list-style-type: inherit;
list-style-type: disc;
margin: 0 0 var(--ifm-list-margin);
padding-left: var(--ifm-list-left-padding);
}
Expand Down

0 comments on commit 4dedeeb

Please sign in to comment.