mirror of
https://github.com/trwnh/hugo-theme-paradox.git
synced 2024-11-13 23:21:21 +00:00
27 lines
367 B
SCSS
27 lines
367 B
SCSS
.toc-title {
|
|
margin-bottom: 0.5em;
|
|
font-weight: 900;
|
|
text-transform: uppercase;
|
|
color: var(--ui-text-muted);
|
|
}
|
|
#TableOfContents {
|
|
ul {
|
|
list-style: none;
|
|
margin: 0;
|
|
}
|
|
li {
|
|
margin: 0;
|
|
line-height: 1.5;
|
|
}
|
|
li > ul { /* indent subheadings */
|
|
margin: 0;
|
|
margin-left: 1em;
|
|
}
|
|
ol {
|
|
list-style: none;
|
|
margin: 0;
|
|
}
|
|
li > ol {
|
|
margin-left: 1em;
|
|
}
|
|
} |