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;