mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-18 15:54:22 +00:00
10 lines
105 B
CSS
10 lines
105 B
CSS
body {
|
|
margin: 0;
|
|
background: #000;
|
|
}
|
|
|
|
.city-pin {
|
|
cursor: pointer;
|
|
fill: #d00;
|
|
stroke: none;
|
|
} |