From 296581fedfec59b534542b070d41e0235508f930 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Sun, 17 May 2026 02:49:47 +0200 Subject: [PATCH] refactor: replace harsh shadows with subtle ring+shadow, add heading-serif and border-hairline --- templates/anime.gohtml | 8 ++++---- templates/base.gohtml | 2 +- templates/browse.gohtml | 2 +- templates/components/anime_card.gohtml | 12 ++++++------ templates/components/dropdown.gohtml | 4 ++-- templates/components/filter_bar.gohtml | 8 ++++---- templates/components/navigation.gohtml | 2 +- templates/components/video_player.gohtml | 6 +++--- templates/components/watchlist_actions.gohtml | 2 +- templates/discover.gohtml | 8 ++++---- templates/login.gohtml | 4 ++-- templates/watch.gohtml | 6 +++--- templates/watchlist.gohtml | 6 +++--- templates/watchlist_partial.gohtml | 8 ++++---- 14 files changed, 39 insertions(+), 39 deletions(-) diff --git a/templates/anime.gohtml b/templates/anime.gohtml index 424ec7d..7a29627 100644 --- a/templates/anime.gohtml +++ b/templates/anime.gohtml @@ -98,7 +98,7 @@
-
+
{{$imageUrl := "https://placehold.co/400x600?text=No+Image"}} {{if $anime.Images.Webp.LargeImageURL}} {{$imageUrl = $anime.Images.Webp.LargeImageURL}} @@ -111,7 +111,7 @@
-

+

{{$anime.DisplayTitle}}

{{if and $anime.TitleEnglish (ne $anime.Title $anime.TitleEnglish)}} @@ -344,7 +344,7 @@