style: improve typography hierarchy with weight contrast

This commit is contained in:
2026-05-05 18:04:51 +02:00
parent 5930091af5
commit 0679b483c3
4 changed files with 20 additions and 12 deletions

View File

@@ -23,7 +23,7 @@
{{if $withActions}}
<div class="absolute inset-0 z-10 flex flex-col p-3 {{if $hasTopBadge}}pt-10{{end}} opacity-0 transition-opacity duration-300 group-hover:opacity-100">
{{if not $isWatchlist}}
<h3 class="mb-1.5 line-clamp-2 text-sm font-medium text-white shadow-black drop-shadow-md">
<h3 class="mb-1.5 line-clamp-2 text-base font-semibold text-white shadow-black drop-shadow-md">
{{$displayTitle}}
</h3>
{{end}}
@@ -67,7 +67,7 @@
{{end}}
</a>
{{if and $withActions (not $hideTitle)}}
<h3 class="line-clamp-2 text-sm font-medium text-white">
<h3 class="line-clamp-2 text-sm font-medium text-neutral-200">
{{$displayTitle}}
</h3>
{{end}}