Skip to content

Commit

Permalink
Improve map colors
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshenrik committed Jun 21, 2024
1 parent e349e49 commit b32b49f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/VenueMap.astro
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,11 @@ import "../styles/mapbox-overrides.css";
id: "venues-layer",
source: "venues-source",
paint: {
"circle-radius": 8,
"circle-color": "#ff0054",
"circle-opacity": 0.95,
"circle-radius": 8.5,
"circle-color": "#cd584a",
"circle-stroke-color": "#ecd4b9",
"circle-stroke-width": 2,
"circle-opacity": 1,
},
});
});
Expand Down

0 comments on commit b32b49f

Please sign in to comment.