Customize marker clusters

This commit is contained in:
2024-11-29 12:29:08 +01:00
parent 27495ce593
commit 4ea00e9555
2 changed files with 20 additions and 3 deletions

View File

@@ -165,4 +165,15 @@ a:visited {
#pano-viewer {
height: 100%;
width: 100%;
}
/* Marker cluster */
.marker-cluster-small {
background-color: rgba(202, 92, 143, 0.61);
}
.marker-cluster-small div {
background-color: rgba(204, 57, 113, 0.6);
}
.marker-cluster-small span {
color: #fff;
}