f9fcffeeba
and changes current behavior, but to the best of my sleep-deprived cognition I think we were testing for incorrect behavior.
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;
|
|
}
|