From 5b3d0c08652791b21aa84479f50fca1d05525e85 Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Sun, 1 Mar 2026 15:24:32 +0100 Subject: [PATCH] [style](trx-frontend): increase aprs overlay text size Increase the APRS overlay header text and make the inline clear text match the row's base text size. Co-authored-by: OpenAI Codex Signed-off-by: Stan Grams --- .../trx-frontend/trx-frontend-http/assets/web/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css index f365c97..aa1834c 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css @@ -658,7 +658,7 @@ small { color: var(--text-muted); } justify-content: flex-start; gap: 0.14rem; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; - font-size: clamp(0.34rem, 0.52vw, 0.44rem); + font-size: clamp(0.4rem, 0.6vw, 0.5rem); font-weight: 700; letter-spacing: 0.06em; color: var(--accent-green); @@ -689,7 +689,7 @@ small { color: var(--text-muted); } padding: 0; line-height: 1; font-family: inherit; - font-size: 0.42em; + font-size: 1em; font-weight: 600; letter-spacing: 0.03em; color: var(--text-muted);