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:
@@ -1436,13 +1436,14 @@ img:hover { filter: grayscale(0%); }
|
|||||||
eine .footnotes-Sektion am Textende. Wir geben ihr eine „Quellen"-Über-
|
eine .footnotes-Sektion am Textende. Wir geben ihr eine „Quellen"-Über-
|
||||||
schrift (statt des <hr>) und ein ruhigeres, kleineres Schriftbild.
|
schrift (statt des <hr>) und ein ruhigeres, kleineres Schriftbild.
|
||||||
------------------------------------------------------------------------ */
|
------------------------------------------------------------------------ */
|
||||||
/* Hochgestellte Verweis-Nummer im Fließtext. */
|
/* Hochgestellte Verweis-Nummer im Fließtext: klein + dezent unterstrichen. */
|
||||||
.single-content .footnote-ref a,
|
.single-content sup { font-size: 0.62em; line-height: 0; }
|
||||||
.single-content sup a.footnote-ref {
|
.single-content a.footnote-ref {
|
||||||
text-decoration: none;
|
text-decoration: underline;
|
||||||
|
text-underline-offset: 0.2em;
|
||||||
|
text-decoration-thickness: 0.5px;
|
||||||
font-variant-numeric: tabular-nums;
|
font-variant-numeric: tabular-nums;
|
||||||
}
|
}
|
||||||
.single-content sup { line-height: 0; }
|
|
||||||
|
|
||||||
.single-content .footnotes {
|
.single-content .footnotes {
|
||||||
margin-top: var(--spacing-xl);
|
margin-top: var(--spacing-xl);
|
||||||
|
|||||||
Reference in New Issue
Block a user