ui: Fußnoten-Verweise kleiner + dezent unterstrichen

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 <noreply@anthropic.com>
This commit is contained in:
2026-06-02 01:14:54 +02:00
parent 656da26347
commit a4ca05c88f
+6 -5
View File
@@ -1436,13 +1436,14 @@ img:hover { filter: grayscale(0%); }
eine .footnotes-Sektion am Textende. Wir geben ihr eine „Quellen"-Über-
schrift (statt des <hr>) 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);