Add details styling for the TableOfContents
This commit is contained in:
parent
37fecd7dfb
commit
e346a905fa
1 changed files with 6 additions and 0 deletions
|
@ -180,6 +180,12 @@ details {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
details:has(#TableOfContents) {
|
||||||
|
box-sizing: border-box;
|
||||||
|
border: 1px solid var(--separator-color);
|
||||||
|
padding: var(--body-item-spacing);
|
||||||
|
}
|
||||||
|
|
||||||
fieldset {
|
fieldset {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border: 1px solid var(--separator-color);
|
border: 1px solid var(--separator-color);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue