Timeline: Jahreszahlen weiß, Jahres-Nav auf fs-650 (Coolvetica-Lesbarkeitsregel)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-06-11 22:54:49 +02:00
parent ee4dad2a5f
commit 21e2789507

View File

@@ -322,9 +322,10 @@
.timeline-nav a { .timeline-nav a {
display: inline-block; display: inline-block;
padding: 0.35em 1em; padding: 0.25em 0.85em;
font-family: var(--ff-heading); font-family: var(--ff-heading);
font-size: var(--fs-500); /* Coolvetica unter ~28px wird unleserlich (Projekt-Faustregel) */
font-size: var(--fs-650);
letter-spacing: 0.06em; letter-spacing: 0.06em;
text-transform: uppercase; text-transform: uppercase;
text-decoration: none; text-decoration: none;
@@ -392,7 +393,7 @@
.timeline__year { .timeline__year {
font-size: var(--fs-900); font-size: var(--fs-900);
color: var(--clr-accent); color: var(--clr-text);
text-shadow: 0 2px 18px rgb(0 0 0 / 0.5); text-shadow: 0 2px 18px rgb(0 0 0 / 0.5);
margin-bottom: 1rem; margin-bottom: 1rem;
} }