Update hotspots for legend

This commit is contained in:
2023-10-28 15:27:48 -04:00
parent 2d411e8634
commit 7d146a772b
5 changed files with 527 additions and 419 deletions

View File

@@ -8,8 +8,8 @@ body {
height: 100vh;
}
#map {
height: 100vh;
html, body, #map {
height: 100%;
width: 100vw;
}
@@ -22,4 +22,18 @@ body {
.leaflet-tile-pane {
filter: brightness(50%);
}
.legend {
border: solid #999999 3px;
color: #eee;
background-color: rgba(44, 44, 44, .8);
padding: 1em;
}
#legendOccGrad {
background-image: linear-gradient(to right, transparent, red);
padding: 0 2em;
text-align: center;
text-shadow: black .2em .2em;
}