Make Radar/regional-forecast view more readable
Some checks are pending
build-docker / Build Image (push) Waiting to run

This commit is contained in:
mrkmntal 2026-04-11 19:42:30 -04:00
commit e43a5d0a73
3 changed files with 3 additions and 1 deletions

View file

@ -172,6 +172,7 @@
background: rgb(18 34 61 / 0%);
color: #fff;
text-align: center;
opacity: 0.35;
}
.city {

View file

@ -61,6 +61,7 @@
background: rgb(255 255 255 / 0%);
color: #fff;
text-align: center;
opacity: 0.35;
}
.city {

File diff suppressed because one or more lines are too long