Skip to content

Commit

Permalink
Merge pull request #8 from JosephLai241/update/yew-hotfixes
Browse files Browse the repository at this point in the history
Hotfix | Updating the order of rules for Leaflet popup borders
  • Loading branch information
JosephLai241 authored Jan 26, 2024
2 parents 00f0feb + d9c9dc7 commit 53187aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -630,14 +630,14 @@ code {

.leaflet-popup-content-wrapper {
background-color: #0b0d10;
border: #7d310a solid 1px;
border: 1px solid #7d310a;
box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
color: #808080;
}

.leaflet-popup-tip {
background-color: #0b0d10;
border: #7d310a solid 1px;
border: 1px solid #7d310a;
}

/* The style for the top right map control container. */
Expand Down

0 comments on commit 53187aa

Please sign in to comment.