improve TOC style somewhat

This commit is contained in:
outfoxxed 2025-06-08 17:40:00 -07:00
parent 415c5f56ef
commit 55e272eb2e
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
19 changed files with 60 additions and 54 deletions

View file

@ -59,7 +59,7 @@ if (url[2]) {
<CreateCopyButtons />
</head>
<body class="docslayout">
<Header headings={headings}/>
<Header title={title} headings={headings}/>
<div class="docslayout-root">
<Nav mobile={false}/>
<div class="docslayout-inner" data-pagefind-body>
@ -89,10 +89,11 @@ if (url[2]) {
></path></svg
>
</Breadcrumbs>
<slot />
<slot/>
</div>
<slot name="alongside-content"/>
</div>
<Footer />
<Footer/>
</body>
</html>