Cloudlog/assets/css/superhero/overrides.css
2020-12-17 08:07:09 -05:00

26 行
546 B
CSS

/*!
* 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;
}