mirror of
https://github.com/omniscale/magnacarto.git
synced 2025-02-23 07:54:10 +01:00
12 lines
198 B
Text
12 lines
198 B
Text
Map { background-color: #c2dae6;}
|
|
|
|
@land: #ede8c8;
|
|
|
|
#world {
|
|
line-color: black;
|
|
line-width: 1;
|
|
polygon-fill: @land;
|
|
[ISO_A2='DE'] {
|
|
polygon-fill: darken(@land, 10%);
|
|
}
|
|
}
|