From 620ebc0b6c85964e7028c46b975b087ba23bea12 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Fri, 8 May 2026 12:26:37 +0200 Subject: [PATCH] fix: normalize heading font weights and replace hardcoded colors with css variables --- templates/base.gohtml | 6 +- templates/browse.gohtml | 2 +- templates/components/anime_card.gohtml | 2 +- templates/components/footer.gohtml | 4 +- templates/components/header.gohtml | 14 ++-- templates/components/watch_order.gohtml | 2 +- templates/components/watchlist_actions.gohtml | 4 +- templates/discover.gohtml | 8 +- templates/index.gohtml | 4 +- templates/login.gohtml | 14 ++-- templates/not_found.gohtml | 4 +- templates/watch.gohtml | 74 +++++++++---------- templates/watchlist.gohtml | 4 +- templates/watchlist_partial.gohtml | 46 ++++++------ 14 files changed, 94 insertions(+), 94 deletions(-) diff --git a/templates/base.gohtml b/templates/base.gohtml index 8e0479e..7772cc8 100644 --- a/templates/base.gohtml +++ b/templates/base.gohtml @@ -34,10 +34,10 @@