diff --git a/assets/css/custom.css b/assets/css/custom.css index dd42f50..9f3099c 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -1436,13 +1436,14 @@ img:hover { filter: grayscale(0%); } eine .footnotes-Sektion am Textende. Wir geben ihr eine „Quellen"-Über- schrift (statt des
) und ein ruhigeres, kleineres Schriftbild. ------------------------------------------------------------------------ */ -/* Hochgestellte Verweis-Nummer im Fließtext. */ -.single-content .footnote-ref a, -.single-content sup a.footnote-ref { - text-decoration: none; +/* Hochgestellte Verweis-Nummer im Fließtext: klein + dezent unterstrichen. */ +.single-content sup { font-size: 0.62em; line-height: 0; } +.single-content a.footnote-ref { + text-decoration: underline; + text-underline-offset: 0.2em; + text-decoration-thickness: 0.5px; font-variant-numeric: tabular-nums; } -.single-content sup { line-height: 0; } .single-content .footnotes { margin-top: var(--spacing-xl);