Skip to content

Commit

Permalink
fix color for states
Browse files Browse the repository at this point in the history
  • Loading branch information
kocio-pl committed Feb 3, 2019
1 parent 4e9adfd commit ec82c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion placenames.mss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@placenames: #222;
@placenames-light: #777777;
@country-labels: darken(@admin-boundaries-level2, 15%);
@state-labels: darken(@admin-boundaries-level4, 15%);
@state-labels: desaturate(darken(@admin-boundaries-level4, 5%), 20%);

.country {
[zoom >= 3][zoom < 5][way_pixels > 1000],
Expand Down

0 comments on commit ec82c00

Please sign in to comment.