From a4ca05c88f0bfc7eb3d4d87c214decc1827f5f07 Mon Sep 17 00:00:00 2001 From: karim Date: Tue, 2 Jun 2026 01:14:54 +0200 Subject: [PATCH] =?UTF-8?q?ui:=20Fu=C3=9Fnoten-Verweise=20kleiner=20+=20de?= =?UTF-8?q?zent=20unterstrichen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit sup auf 0.62em verkleinert; .footnote-ref bekommt feine Unterstreichung (0.5px, 0.2em Offset) statt gar keiner. Co-Authored-By: Claude Opus 4.8 --- assets/css/custom.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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);