ui: farbige Linie noch etwas höher (0.08em→0.03em)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-05 20:57:27 +02:00
parent 98955bc097
commit 827a04cfe8
+2 -2
View File
@@ -1048,7 +1048,7 @@ a.byline-author:hover, a.journal-author:hover { color: var(--accent); }
letter-spacing: -0.018em;
color: var(--color-text-primary);
border-bottom: 3px solid var(--section-color, var(--accent));
padding-bottom: 0.08em;
padding-bottom: 0.03em;
margin-bottom: var(--spacing-sm);
}
.atlas-section h2 a,
@@ -1131,7 +1131,7 @@ a.byline-author:hover, a.journal-author:hover { color: var(--accent); }
line-height: 1.12;
color: var(--color-text-primary);
border-bottom: 3px solid var(--section-color, var(--accent));
padding-bottom: 0.08em;
padding-bottom: 0.03em;
margin: 0 0 var(--spacing-md);
}