Table of contents styling and spacing

This commit is contained in:
Eryn Wells 2023-11-18 11:16:11 -08:00
parent 73320e6fb3
commit cb3d538a54
2 changed files with 12 additions and 0 deletions

View file

@ -77,6 +77,10 @@
}
@layer layout {
aside#table-of-contents {
grid-column: content-start / content-end;
}
blockquote {
--line-width: 4px;
@ -106,6 +110,10 @@
padding: var(--body-item-spacing);
}
details > summary + #TableOfContents {
margin-top: 1rem;
}
fieldset {
box-sizing: border-box;
padding: var(--body-item-spacing);

View file

@ -171,6 +171,10 @@
white-space: pre;
}
#TableOfContents ul {
list-style-type: none;
}
.social {
letter-spacing: 2px;
}