From b7b1ce3d7fe18d31d3a60025af1f0b7ffd100a55 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Sat, 6 Apr 2019 08:36:08 -0700 Subject: [PATCH] Fix footway icon colors on Chrome --- css/30_highways.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/30_highways.css b/css/30_highways.css index ebd866c43..298ceedbf 100644 --- a/css/30_highways.css +++ b/css/30_highways.css @@ -489,7 +489,7 @@ path.line.stroke.tag-highway_bus_stop, .preset-icon-line path.casing.tag-highway-footway { stroke: #988; } -.preset-icon-line path.stroke.tag-highway-footway:not(.tag-footway-crossing, .tag-man_made-pier, .tag-public_transport-platform) { +.preset-icon-line path.stroke.tag-highway-footway:not(.tag-footway-crossing):not(.tag-man_made-pier):not(.tag-public_transport-platform) { stroke: #fff; }