feat(glossaire): polish sticky entry flow and aside navigation
All checks were successful
SMOKE / smoke (push) Successful in 18s
CI / build-and-anchors (push) Successful in 48s
CI / build-and-anchors (pull_request) Successful in 48s

This commit is contained in:
2026-03-24 00:29:39 +01:00
parent e39a0c547d
commit 87955adf5d
18 changed files with 3639 additions and 584 deletions

View File

@@ -442,10 +442,10 @@ html{ scroll-behavior: smooth; }
opacity: .96;
}
.rf-h3{
font-size: var(--rf-h3-size);
line-height: var(--rf-h3-lh);
font-weight: var(--rf-h3-fw);
opacity: .92;
font-size: calc(var(--rf-h2-size, 1.5rem) * 0.72);
line-height: calc(var(--rf-h2-lh, 1.25) * 0.9);
font-weight: var(--rf-h3-fw, 650);
opacity: .86;
}
.rf-line:hover{ text-decoration: underline; }