/*! * No overrides for the default theme as it aligns with general.css */ .leaflet-tile { filter: brightness(0.7) grayscale(0.6) !important; } path.grid-rectangle { stroke: rgba(200, 200, 200, 0.5); } span.grid-text > font { color: rgba(220, 220, 220, 0.85) !important; -webkit-text-stroke: 1px black !important; } path.grid-confirmed { fill: rgba(144, 238, 144, 0.3) !important; stroke: rgba(144, 238, 144, 0.3) !important; } path.grid-worked { fill: rgba(220, 50, 50, 0.4) !important; stroke: rgba(220, 50, 50, 0.4) !important; }