[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 <codex@openai.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-03-01 15:28:50 +01:00
parent 81dca146cf
commit 21a019a0fa
@@ -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);