Changes between Version 24 and Version 25 of Styles/ParkingLanes


Ignore:
Timestamp:
2024-10-14T10:41:16+02:00 (3 months ago)
Author:
Supaplex030
Comment:

lighten up the default colour for parking lane styling

Legend:

Unmodified
Added
Removed
Modified
  • Styles/ParkingLanes

    v24 v25  
    542542/*----------------------------------*/
    543543
     544/* Default color for missing data */
     545
     546way[highway][parking:right]::parking_lanes_right,
     547way[highway][parking:both]::parking_lanes_right
     548{
     549    color: darkgray;
     550}
     551
     552way[highway][parking:left]::parking_lanes_left,
     553way[highway][parking:both]::parking_lanes_left
     554{
     555    color: darkgray;
     556}
     557
    544558/* Free parking (no fee, no maxstay, no access or parking restrictions). */
    545559