mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-08-10 15:21:22 +02:00
TOC: extract h1/h2/h3, indent sub-levels in charte/licence sidebar
This commit is contained in:
@@ -38,6 +38,13 @@
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
/* Indent sub-headings in TOC */
|
||||
.toc-list .toc-level-2 { padding-left: var(--space-s); }
|
||||
.toc-list .toc-level-3 { padding-left: var(--space-m); }
|
||||
|
||||
.toc-list .toc-level-2 a { font-size: var(--step--1); }
|
||||
.toc-list .toc-level-3 a { font-size: var(--step--2); }
|
||||
|
||||
/* ── Public TOC (details/summary block) ─────────────────────────────────── */
|
||||
.toc {
|
||||
border: none;
|
||||
|
||||
Reference in New Issue
Block a user