restyle radar observations
Some checks are pending
build-docker / Build Image (push) Waiting to run

This commit is contained in:
mrkmntal 2026-04-11 12:35:42 -04:00
commit a964662940
3 changed files with 41 additions and 11 deletions

View file

@ -164,14 +164,12 @@
border: 0;
.nearby-weather-marker-inner {
display: flex;
display: inline-flex;
flex-direction: column;
align-items: center;
min-width: 72px;
padding: 2px 4px;
background: rgba(18, 34, 61, 0.88);
border: 1px solid #000;
box-shadow: 1px 1px 0 #000;
background: rgb(18 34 61 / 0%);
color: #fff;
text-align: center;
}
@ -183,6 +181,7 @@
white-space: nowrap;
margin-bottom: 1px;
text-shadow: 1px 1px 0 #000;
display: none;
}
.details {

File diff suppressed because one or more lines are too long