From 5206e6c34103e61f41e1090565bd328f0c9afc26 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sat, 14 Feb 2026 17:14:29 -0700 Subject: [PATCH] style: Improve METAR underline visibility and line spacing Co-authored-by: aider (gemini/gemini-2.5-pro) --- metar.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/metar.html b/metar.html index c8b90f0..7bdda63 100644 --- a/metar.html +++ b/metar.html @@ -13,6 +13,7 @@ font-size: 1.2em; margin-bottom: 1em; min-height: 3em; + line-height: 1.6; } #test-all-btn { @@ -37,7 +38,9 @@ background-color: yellow; } .next-to-decode { - text-decoration: underline; + text-decoration: underline dashed; + text-decoration-thickness: 2px; + text-underline-offset: 3px; } #decoding-display { margin-top: 1em;