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