From f6cea0599a1a8b2f465e2710bffdadb4abe5a699 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Mon, 23 Mar 2026 01:12:57 +0800 Subject: [PATCH] fix(css): remove unused tag-subcat styles The .tag-subcat class was removed from the HTML templates but its CSS rules remained. Remove the orphaned base styles and clean up the mobile media query that also referenced the class. Co-Authored-By: Claude --- website/static/style.css | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/website/static/style.css b/website/static/style.css index 97d6b86..5c3d796 100644 --- a/website/static/style.css +++ b/website/static/style.css @@ -779,12 +779,6 @@ th[data-sort].sort-asc::after { color: var(--hero-ink); } -.tag-subcat { - background: var(--bg-paper-strong); - color: var(--ink-soft); - font-weight: 600; -} - .back-to-top { border: 0; background: none; @@ -997,8 +991,7 @@ th[data-sort].sort-asc::after { display: none; } - .tag-group, - .tag-subcat { + .tag-group { display: none; }