.leaflet-marker-pane {
  z-index: 700 !important;
}

.leaflet-greyscale {
  .leaflet-tile-loaded {
    filter: brightness(1) invert(1) grayscale(10);
  }

  .leaflet-container a {
    color: #000000;
  }

  .leaflet-control-attribution,
  .leaflet-control-container a {
    background-color: #292929;
    color: #c0c0c0;
  }
}
