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:
+4
-1
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user