Skip to content

Commit

Permalink
Update custom.css
Browse files Browse the repository at this point in the history
Signed-off-by: 0xbentobyte <[email protected]>
  • Loading branch information
0xbentobyte authored Sep 25, 2024
1 parent d49223e commit 91500f2
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,37 @@ hr {
height: var(--ifm-hr-height);
margin: var(--ifm-hr-margin-vertical) 0;
}


:root {
--ifm-list-left-padding: 2rem;
--ifm-list-margin: 1rem;
--ifm-list-item-margin: 0.25rem;
--ifm-list-paragraph-margin: 1rem;
}

/* Lists */
ul,
ol {
margin: 0 0 var(--ifm-list-margin);
padding-left: var(--ifm-list-left-padding);
}

ol ol,
ul ol {
list-style-type: lower-roman;
}

ul ul,
ul ol,
ol ol,
ol ul {
margin: 0;
}

ul ul ol,
ul ol ol,
ol ul ol,
ol ol ol {
list-style-type: lower-alpha;
}

0 comments on commit 91500f2

Please sign in to comment.