trwnh.com/unified.test.hugo/assets/styles/components/table-of-contents.scss
2024-10-05 01:27:07 -05:00

29 lines
No EOL
452 B
SCSS

.toc-title {
margin-block-end: 0.5em;
font-weight: 900;
text-transform: uppercase;
}
#TableOfContents {
ul, ol {
list-style: none;
margin: 0;
padding: 0;
}
li {
margin-block: 0.5em;
margin-inline: 0;
}
a {
display: inline-block;
line-height: 1.5;
}
li > ul, li > ol { /* indent subheadings */
margin-inline-start: 1em;
}
}
.toc details {
max-width: 45ch;
background: rgba(0,0,0,0.1);
padding: 1em;
border-radius: 0.5em;
}