Skip to content

Commit

Permalink
Change tourism color to #660033 (#3582)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeisenbe authored and kocio-pl committed Dec 27, 2018
1 parent 523914b commit 4d5f5a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion amenity-points.mss
Expand Up @@ -2476,7 +2476,7 @@
text-face-name: @bold-fonts; /*rendered bold to improve visibility since theme parks tend to have crowded backgrounds*/
}
[feature = 'tourism_attraction'] {
text-fill: #660033;
text-fill: @tourism;
text-face-name: @standard-font;
}
[feature = 'amenity_kindergarten'],
Expand Down
2 changes: 1 addition & 1 deletion landcover.mss
Expand Up @@ -51,7 +51,7 @@
@power-line: darken(@industrial-line, 5%);
@sand: #f5e9c6;
@societal_amenities: #ffffe5; // Lch(99,13,109)
@tourism: #734a08;
@tourism: #660033;
@quarry: #c5c3c3;
@military: #f55;
@beach: #fff1ba;
Expand Down

0 comments on commit 4d5f5a9

Please sign in to comment.