increase regional forecast map icon size

This commit is contained in:
mrkmntal 2026-04-12 11:28:11 -04:00
commit 31713abfaa
2 changed files with 5 additions and 7 deletions

View file

@ -57,8 +57,6 @@
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
min-width: 72px; min-width: 72px;
padding: 2px 4px;
background: rgb(255 255 255 / 0%);
color: #fff; color: #fff;
text-align: center; text-align: center;
opacity: 0.35; opacity: 0.35;
@ -76,15 +74,15 @@
.temp { .temp {
font-family: 'Star4000'; font-family: 'Star4000';
font-size: 18pt; font-size: 21pt;
line-height: 1; line-height: 1;
color: c.$title-color; color: #ff0;
@include u.text-shadow(); text-shadow: 3px 3px 0 #000,-1.5px -1.5px 0 #000,0 -1.5px 0 #000,1.5px -1.5px 0 #000,1.5px 0 0 #000,1.5px 1.5px 0 #000,0 1.5px 0 #000,-1.5px 1.5px 0 #000,-1.5px 0 0 #000;
} }
img { img {
width: auto; width: auto;
height: 20px; height: 32px;
} }
} }
} }

File diff suppressed because one or more lines are too long