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 <noreply@anthropic.com>
This commit is contained in:
Vinta Chen 2026-03-23 01:12:57 +08:00
parent 0c26d352f0
commit f6cea0599a
No known key found for this signature in database
GPG Key ID: B93DE4F003C33630

View File

@ -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;
}