mirror of
https://github.com/trwnh/hugo-theme-paradox.git
synced 2024-11-14 23:41:20 +00:00
23 lines
414 B
SCSS
23 lines
414 B
SCSS
.toc-title {
|
|
margin-block-end: 0.5em;
|
|
font-weight: 900;
|
|
text-transform: uppercase;
|
|
color: var(--ui-text-muted);
|
|
transition:
|
|
color var(--color-crossfade-duration) var(--color-crossfade-ease);
|
|
}
|
|
#TableOfContents {
|
|
ol, ul {
|
|
list-style: none;
|
|
}
|
|
li {
|
|
margin-block: 0.5em;
|
|
}
|
|
a {
|
|
display: inline-block;
|
|
line-height: 1.5;
|
|
}
|
|
li > ol, li > ul { /* indent subheadings */
|
|
margin-inline-start: 1em;
|
|
}
|
|
} |