Regional forecast screen re-vamp

This commit is contained in:
mrkmntal 2026-04-11 12:13:39 -04:00
commit edb955323d
2 changed files with 4 additions and 11 deletions

View file

@ -53,25 +53,18 @@
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(255 255 255 / 0%);
color: #fff;
text-align: center;
}
.city {
font-family: 'Star4000 Small';
font-size: 11pt;
line-height: 1;
white-space: nowrap;
margin-bottom: 1px;
@include u.text-shadow();
display: none;
}
.details {

File diff suppressed because one or more lines are too long