From 81dca146cf02a4c094e73ee1e3e63347ec69fed0 Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Sun, 1 Mar 2026 15:25:49 +0100 Subject: [PATCH] [style](trx-frontend): enlarge aprs clear text Increase the APRS overlay inline clear text size for stronger readability. 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 aa1834c..2cd2019 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 @@ -689,7 +689,7 @@ small { color: var(--text-muted); } padding: 0; line-height: 1; font-family: inherit; - font-size: 1em; + font-size: 1.5em; font-weight: 600; letter-spacing: 0.03em; color: var(--text-muted);