mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
fix: Remove CSS filter that was inverting dark map tiles
The CSS filter (invert + hue-rotate) was previously used to make light OSM tiles appear dark. Now that we use actual dark CARTO tiles, this filter was inverting them back to light. Removed from all dashboards. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -2344,10 +2344,7 @@ header h1 .tagline {
|
||||
font-family: 'JetBrains Mono', monospace;
|
||||
}
|
||||
|
||||
.leaflet-tile-pane,
|
||||
.leaflet-container .leaflet-tile-pane {
|
||||
filter: invert(1) hue-rotate(180deg) brightness(0.8) contrast(1.2) !important;
|
||||
}
|
||||
/* Using actual dark tiles now - no filter needed */
|
||||
|
||||
.leaflet-control-zoom {
|
||||
margin-top: 45px !important;
|
||||
|
||||
Reference in New Issue
Block a user