Set multiply blending mode to campground map’s zones and trees

This commit is contained in:
oriol carbonell pujolàs 2023-12-21 16:19:04 +01:00
parent c555ecd432
commit 2379733673
2 changed files with 20 additions and 0 deletions

View File

@ -619,3 +619,12 @@ textarea {
#snackbar [role="alert"].open {
translate: -50%;
}
#arbres {
mix-blend-mode: multiply;
}
#zones {
mix-blend-mode: multiply;
}

View File

@ -1135,6 +1135,13 @@ body > footer div, .campsite_type_features, .campsite_type_detail {
border-top: 3px solid black;
}
/* highlight footer season */
body > footer section:nth-child(3) {
background: var(--accent-2);
}
.campsite_type_detail {
padding-bottom: 2.5rem;
}
@ -1218,6 +1225,10 @@ address {
mix-blend-mode: multiply;
}
#zones {
mix-blend-mode: multiply;
}
/* surrounding */
.ad-container {