p0: build-time anchor aliases (web-native)
Some checks failed
CI / build-and-anchors (push) Failing after 34s

This commit is contained in:
2026-01-20 16:00:54 +01:00
parent 927d8b6f85
commit fd9612d333
4 changed files with 157 additions and 1 deletions

View File

@@ -121,3 +121,10 @@ body[data-reading-level="2"] .level-3 { display: none; }
border-radius: 999px;
padding: 2px 8px;
}
.para-alias {
display: block;
height: 0;
/* ajuste si header sticky : */
scroll-margin-top: var(--scroll-margin-top, 96px);
}