12 lines
193 B
Plaintext
12 lines
193 B
Plaintext
|
/* Applies to all layers with .land class */
|
||
|
.land {
|
||
|
line-color: #ccc;
|
||
|
line-width: 0.5;
|
||
|
polygon-fill: #eee;
|
||
|
}
|
||
|
.land#lakes {
|
||
|
line-color: #ccc;
|
||
|
line-width: 0.5;
|
||
|
polygon-fill: #000;
|
||
|
}
|