Skip to content

Commit

Permalink
ensure color syntax is aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed May 10, 2024
1 parent 5bc5e38 commit 41e0508
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 @@ -2694,7 +2694,7 @@ tertiary is rendered from z10 and is not included in osm_planet_roads. */
[preserved = 'yes'][zoom >= 15] {
#roads-fill, #bridges {
dark/line-width: 3;
dark/line-color: #999999;
dark/line-color: #999;
light/line-width: 1;
light/line-color: white;
light/line-dasharray: 0,1,8,1;
Expand Down Expand Up @@ -2727,7 +2727,7 @@ tertiary is rendered from z10 and is not included in osm_planet_roads. */
line/line-join: round;

[preserved = 'yes'] {
line/line-color: #999999;
line/line-color: #999;
background/line-color: white;
background/line-dasharray: 0,1,8,1;
}
Expand Down

0 comments on commit 41e0508

Please sign in to comment.