8 lines
73 B
CSS
8 lines
73 B
CSS
#map {
|
|
background: black;
|
|
}
|
|
|
|
.svg-layer path:hover {
|
|
opacity: 0.4;
|
|
}
|