feat: better styling for ToCs
This commit is contained in:
parent
7700e0aaf5
commit
276ee70e71
1 changed files with 3 additions and 0 deletions
|
@ -73,6 +73,9 @@ const toc = buildHierarchy(filteredHeadings);
|
|||
<style>
|
||||
details {
|
||||
margin: 0.5rem auto;
|
||||
cursor: pointer;
|
||||
padding: 0.5rem;
|
||||
border: var(--accent-color) 0.1rem solid;
|
||||
}
|
||||
.toc-list {
|
||||
list-style-type: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue