From d3eba7ed9d5e3f7c2171cbdce0d45490037fefce Mon Sep 17 00:00:00 2001 From: mkelvers Date: Wed, 8 Apr 2026 15:52:49 +0200 Subject: [PATCH] ui: align recommendations header styling with relations --- static/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 11998ab..2970812 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -692,7 +692,8 @@ a.htmx-request { } .anime-synopsis h3, -.anime-relations h3 { +.anime-relations h3, +.anime-recommendations h3 { font-size: var(--text-base); font-weight: 600; color: var(--text);