rem colors

This commit is contained in:
Simon Martens
2025-09-15 13:19:26 +02:00
parent fd819ccceb
commit b1840bc2ad
5 changed files with 46 additions and 11 deletions

View File

@@ -4,7 +4,7 @@
<!-- Header with year link left, nav buttons right -->
<div class="flex items-center justify-between mb-3">
<a href="/jahrgang/{{- $date.Year -}}"
class="inline-flex items-center gap-1 text-blue-600 hover:text-blue-800 text-base font-medium">
class="inline-flex items-center gap-1 text-black hover:text-slate-700 text-base font-medium">
<i class="ri-calendar-line"></i>
{{ $date.Year }}
</a>