Skip to content

Commit

Permalink
feat: change hatch image to white and increased fill opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
ongtiffany committed Nov 14, 2024
1 parent ba544a7 commit e5352e4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ nav {
background-color: $darkgreen;
color: white;
margin:1.5em 3% 0 3%;
font-size: 18px;
font-size: 17px;
cursor: pointer;
padding: 0.7em 1em;
text-transform: uppercase;
Expand Down Expand Up @@ -1399,7 +1399,7 @@ footer{
}

path.leaflet-interactive{
fill-opacity: 0.3;
fill-opacity: 0.6;
}

@media only screen and (max-width: 1200px) {
Expand Down
Binary file modified frontend/assets/img/stories/hatch-green.webp
Binary file not shown.
Binary file modified frontend/assets/img/stories/hatch-yellow.webp
Binary file not shown.

0 comments on commit e5352e4

Please sign in to comment.