From 6cb0cac16da86953bba721a40a050015983a8eef Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Tue, 24 Mar 2026 13:06:00 +0800 Subject: [PATCH] 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 --- website/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/static/style.css b/website/static/style.css index ecafea2c..1d3a733e 100644 --- a/website/static/style.css +++ b/website/static/style.css @@ -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); }