refine global radar styling with RainViewer legend and gray basemap

This commit is contained in:
mrkmntal 2026-04-07 16:43:51 -04:00
commit 9ddbef4784
4 changed files with 22 additions and 4 deletions

View file

@ -138,7 +138,12 @@
.radar-base-layer,
.radar-base-layer .leaflet-tile {
filter: grayscale(0.75) brightness(0.52) contrast(1.15) saturate(0.45);
filter: grayscale(0.35) brightness(0.58) contrast(1.1) saturate(0.2);
}
.radar-boundary-layer,
.radar-boundary-layer .leaflet-tile {
filter: grayscale(0.8) brightness(0.7) contrast(1.3) saturate(0.1);
}
.leaflet-control-container,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long