Revert to standard tiles, increase blur to 2px for smoother radar
This commit is contained in:
@@ -23,13 +23,13 @@
|
||||
|
||||
/* Vibrant radar colors - enhance visibility + smooth edges */
|
||||
.mmm-combinedmap-wrapper .radar-vibrant {
|
||||
filter: saturate(1.5) brightness(1.2) blur(0.5px);
|
||||
filter: saturate(1.5) brightness(1.2) blur(2px);
|
||||
image-rendering: smooth;
|
||||
}
|
||||
|
||||
/* Bright radar for maximum visibility */
|
||||
.mmm-combinedmap-wrapper .radar-bright {
|
||||
filter: saturate(2) brightness(1.4) contrast(1.1) blur(0.5px);
|
||||
filter: saturate(2) brightness(1.4) contrast(1.1) blur(2px);
|
||||
image-rendering: smooth;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user