Skip to content

Commit

Permalink
fix(css/vehicle-marker): fix commuter rail color
Browse files Browse the repository at this point in the history
  • Loading branch information
firestack committed Oct 22, 2024
1 parent 101479d commit 094cabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/map/markers/_vehicle_marker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
fill: var(--color-red-line);
}
&.c-vehicle-marker--cr {
fill: var(--color-cr-line);
fill: var(--color-commuter-rail);
}
}
}
Expand Down

0 comments on commit 094cabb

Please sign in to comment.