Skip to content

Commit

Permalink
improve style for search results
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Jul 21, 2024
1 parent 306eb2d commit 23e4ad3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions proxy/js/styles.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -966,10 +966,10 @@ const searchResults = {
type: 'circle',
source: 'search',
paint: {
'circle-radius': 6,
'circle-color': '#1e7e34',
'circle-radius': 8,
'circle-color': 'rgba(183, 255, 0, 0.7)',
'circle-stroke-width': 2,
'circle-stroke-color': 'white',
'circle-stroke-color': 'black',
}
};

Expand Down

0 comments on commit 23e4ad3

Please sign in to comment.