style: bump tag font size to var(--text-xs) and codify 12px minimum font-size rule

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-05-03 18:54:23 +08:00
parent f3f92c691a
commit f57fc44295
2 changed files with 3 additions and 2 deletions

View File

@@ -1050,7 +1050,7 @@ th[data-sort].sort-asc::after {
background: var(--accent-soft);
color: var(--accent-deep);
padding: 0.14rem 0.48rem;
font-size: 0.6rem;
font-size: var(--text-xs);
font-weight: 700;
letter-spacing: 0.02em;
cursor: pointer;
@@ -1618,7 +1618,7 @@ th[data-sort].sort-asc::after {
.tag {
padding: 0.38rem 0.65rem;
font-size: 0.65rem;
font-size: var(--text-xs);
}
.table-wrap {