From 0679b483c36c72935449eac96913e4a21387d071 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Tue, 5 May 2026 18:04:51 +0200 Subject: [PATCH] style: improve typography hierarchy with weight contrast --- templates/browse.gohtml | 10 +++++++--- templates/components/anime_card.gohtml | 4 ++-- templates/index.gohtml | 4 ++-- templates/watchlist.gohtml | 14 +++++++++----- 4 files changed, 20 insertions(+), 12 deletions(-) diff --git a/templates/browse.gohtml b/templates/browse.gohtml index 439b11a..e33da8d 100644 --- a/templates/browse.gohtml +++ b/templates/browse.gohtml @@ -3,16 +3,20 @@ {{if .WatchlistIDs}}{{end}}
-

Browse

+

Browse

{{template "filter_bar" .}}
{{if eq (len .Animes) 0}} -
+
-

No anime found matching your filters.

+

No anime found

+
{{else}}
diff --git a/templates/components/anime_card.gohtml b/templates/components/anime_card.gohtml index c1b2deb..1e3252d 100644 --- a/templates/components/anime_card.gohtml +++ b/templates/components/anime_card.gohtml @@ -23,7 +23,7 @@ {{if $withActions}}
{{if not $isWatchlist}} -

+

{{$displayTitle}}

{{end}} @@ -67,7 +67,7 @@ {{end}} {{if and $withActions (not $hideTitle)}} -

+

{{$displayTitle}}

{{end}} diff --git a/templates/index.gohtml b/templates/index.gohtml index a24a173..57c8fdf 100644 --- a/templates/index.gohtml +++ b/templates/index.gohtml @@ -7,7 +7,7 @@