add hotspotsRIT page

This commit is contained in:
2023-10-24 17:06:48 -04:00
parent 0f116ecaf5
commit 43d9812406
7 changed files with 2283 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
body {
margin: 0;
padding: 0;
overflow: visible;
}
#map {
height: 100vh;
}
html, body, #map {
height: 100%;
width: 100vw;
}
.leaflet-layer,
.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.leaflet-control-attribution {
filter: brightness(500%) contrast(130%);
}
.leaflet-tile-pane {
filter: brightness(50%);
}