Skip to content

Commit

Permalink
align colors a bit better with existing line colors
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed May 8, 2024
1 parent 7d86ded commit 3170c0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style/roads.mss
Original file line number Diff line number Diff line change
Expand Up @@ -2607,7 +2607,7 @@ tertiary is rendered from z10 and is not included in osm_planet_roads. */
[zoom >= 13] { line-width: 2; }
[preserved = 'yes'][zoom >= 13] {
dark/line-width: 3;
dark/line-color: #999999;
dark/line-color: #666;
light/line-width: 1;
light/line-color: white;
light/line-dasharray: 0,1,8,1;
Expand Down Expand Up @@ -2671,7 +2671,7 @@ tertiary is rendered from z10 and is not included in osm_planet_roads. */
}
[preserved = 'yes'] {
dark/line-width: 3;
dark/line-color: #999999;
dark/line-color: #6E6E6E;
light/line-width: 1;
light/line-color: white;
light/line-dasharray: 0,1,8,1;
Expand Down

0 comments on commit 3170c0d

Please sign in to comment.