From 64aa9ec023eccf5e1a940b16bfff046f8dcf67d6 Mon Sep 17 00:00:00 2001 From: Mischa Date: Sun, 21 Jun 2026 23:30:24 +0200 Subject: [PATCH] revert(trip): restore stat-label to --text-xs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Small label is intentional — the contrast with the larger value is the visual hierarchy. Revert the sm bump from the previous commit. Co-Authored-By: Claude Sonnet 4.6 Claude-Session: https://claude.ai/code/session_01Vgmzx8VTTTmCskSpQtsLTr --- themes/intotheeast/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/intotheeast/css/style.css b/themes/intotheeast/css/style.css index ba29639..7b56075 100644 --- a/themes/intotheeast/css/style.css +++ b/themes/intotheeast/css/style.css @@ -611,7 +611,7 @@ body::after { .stat-label { display: block; - font-size: var(--text-sm); + font-size: var(--text-xs); font-weight: 600; color: var(--color-ink-muted); text-transform: uppercase;