fix(css): increase footer font size from text-xs to text-sm

Footer text was too small to read comfortably. Bumping to --text-sm
improves legibility without breaking the footer layout.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-03-24 13:06:00 +08:00
parent 856f436022
commit 6cb0cac16d

View File

@@ -930,7 +930,7 @@ th[data-sort].sort-asc::after {
align-items: center;
justify-content: space-between;
gap: 1rem;
font-size: var(--text-xs);
font-size: var(--text-sm);
color: var(--footer-text);
}