Skip to content

Commit dbc0595

Browse files
author
André Gaul
committed
add CSS
1 parent 047d388 commit dbc0595

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

css/couchmap-leaflet.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.marker-cluster-small,
2+
.marker-cluster-medium,
3+
.marker-cluster-large
4+
{
5+
background-color: rgba(133, 232, 5, 0.6);
6+
}
7+
8+
.marker-cluster-small div,
9+
.marker-cluster-medium div,
10+
.marker-cluster-large div
11+
{
12+
background-color: rgba(133, 232, 5, 0.8);
13+
}

0 commit comments

Comments
 (0)