mirror of
https://github.com/omniscale/magnacarto.git
synced 2025-02-23 07:54:10 +01:00
10 lines
No EOL
156 B
Text
10 lines
No EOL
156 B
Text
[zoom > 1] {
|
|
/* Applies to all layers at zoom > 1 */
|
|
polygon-gamma: 0.3;
|
|
#world {
|
|
polygon-fill: #323;
|
|
}
|
|
#lakes {
|
|
polygon-fill: #144;
|
|
}
|
|
} |