Files
openlayers/examples/svg-layer.css
2019-12-03 14:39:44 +01:00

8 lines
73 B
CSS

#map {
background: black;
}
.svg-layer path:hover {
opacity: 0.4;
}