style: Improve METAR underline visibility and line spacing

Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
2026-02-14 17:14:29 -07:00
parent 78a9f3df31
commit 5206e6c341
+4 -1
View File
@@ -13,6 +13,7 @@
font-size: 1.2em; font-size: 1.2em;
margin-bottom: 1em; margin-bottom: 1em;
min-height: 3em; min-height: 3em;
line-height: 1.6;
} }
#test-all-btn { #test-all-btn {
@@ -37,7 +38,9 @@
background-color: yellow; background-color: yellow;
} }
.next-to-decode { .next-to-decode {
text-decoration: underline; text-decoration: underline dashed;
text-decoration-thickness: 2px;
text-underline-offset: 3px;
} }
#decoding-display { #decoding-display {
margin-top: 1em; margin-top: 1em;