Skip to content

Commit

Permalink
Color tweaks
Browse files Browse the repository at this point in the history
More saturated yellow, thicker halo
  • Loading branch information
graue committed Jan 3, 2025
1 parent 3dea9a3 commit 4f2d505
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/BikeHopperMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1004,10 +1004,10 @@ function getHillStyle(
'icon-rotation-alignment': 'viewport',
},
paint: {
'icon-color': '#fef08a', // yellow-200
'icon-halo-color': '#a16207', // yellow-700
'icon-halo-width': 0.2,
'icon-halo-blur': 0.1,
'icon-color': '#fef000',
'icon-halo-color': '#806e13',
'icon-halo-width': 0.4,
'icon-halo-blur': 0.15,
},
};
}
Expand Down

0 comments on commit 4f2d505

Please sign in to comment.