From 21a019a0fad30235ab995b317ed9c349b847144f Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Sun, 1 Mar 2026 15:28:50 +0100 Subject: [PATCH] [style](trx-frontend): enlarge aprs overlay title Increase the APRS overlay header base text size so the title reads larger alongside the clear action. Co-authored-by: OpenAI Codex Signed-off-by: Stan Grams --- .../trx-frontend/trx-frontend-http/assets/web/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2cd2019..e116edf 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.4rem, 0.6vw, 0.5rem); + font-size: clamp(0.6rem, 0.9vw, 0.75rem); font-weight: 700; letter-spacing: 0.06em; color: var(--accent-green);