Skip to content

Commit

Permalink
fix colors for labels
Browse files Browse the repository at this point in the history
  • Loading branch information
kocio-pl committed Feb 3, 2019
1 parent bbe32e5 commit 6510aee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions admin.mss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@admin-boundaries: #6b516b;
@admin-boundaries-level2: #6b516b;
@admin-boundaries-level3: #764f76;
@admin-boundaries-level4: #814d81;
@admin-boundaries-level5: #8c4c8c;
Expand Down Expand Up @@ -213,7 +213,7 @@ overlapping borders correctly.
#admin-text[zoom >= 16] {
text-name: "[name]";
text-face-name: @book-fonts;
text-fill: @admin-boundaries;
text-fill: @admin-boundaries-level5;
text-halo-radius: @standard-halo-radius;
text-halo-fill: @standard-halo-fill;
text-largest-bbox-only: false;
Expand Down
2 changes: 1 addition & 1 deletion placenames.mss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@placenames: #222;
@placenames-light: #777777;
@country-labels: darken(@admin-boundaries, 15%);
@country-labels: darken(@admin-boundaries-level2, 15%);
@state-labels: desaturate(darken(@admin-boundaries-level4, 5%), 20%);

.country {
Expand Down
2 changes: 1 addition & 1 deletion shapefiles.mss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[zoom >= 3] {
line-width: 0.4;
}
line-color: @admin-boundaries;
line-color: @admin-boundaries-level2;
}
}

Expand Down

0 comments on commit 6510aee

Please sign in to comment.