Skip to content

Commit

Permalink
Change separator color
Browse files Browse the repository at this point in the history
Signed-off-by: Alaskan Puffin <[email protected]>
  • Loading branch information
alaskanpuffin committed Jun 30, 2023
1 parent 2f29576 commit 567bad3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1130,6 +1130,10 @@ export default {
margin: 7px 8px 0 0 !important;
}
::v-deep .leaflet-contextmenu-separator {
border-color: var(--color-border) !important;
}
::v-deep .leaflet-marker-photo,
::v-deep .leaflet-marker-contact {
width: 40px !important;
Expand Down

0 comments on commit 567bad3

Please sign in to comment.