Close TOC and Filtres details elements by default on mobile

This commit is contained in:
Pontoporeia
2026-07-10 11:56:27 +02:00
parent 56b3feb73f
commit b0925d9cfa
6 changed files with 11 additions and 4 deletions
+5
View File
@@ -157,6 +157,11 @@
scroll-margin-top: var(--space-l);
}
/* Wider heading scale for content pages (apropo/licence/charte) */
.page-content > article h1 { font-size: var(--step-5); }
.page-content > article h2 { font-size: var(--step-3); }
.page-content > article h3 { font-size: var(--step-1); }
/* Hide CommonMark heading permalink anchors */
.heading-permalink {
display: none;