Add details styling for the TableOfContents

This commit is contained in:
Eryn Wells 2023-05-08 20:12:55 -07:00
parent 37fecd7dfb
commit e346a905fa

View file

@ -180,6 +180,12 @@ details {
width: 100%;
}
details:has(#TableOfContents) {
box-sizing: border-box;
border: 1px solid var(--separator-color);
padding: var(--body-item-spacing);
}
fieldset {
box-sizing: border-box;
border: 1px solid var(--separator-color);