From dc6dcbcef6195815f566586c1d6bf0a1609701dc Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Sun, 19 Jul 2020 21:25:39 -0400 Subject: [PATCH] Don't render slipway line icon as white (close #7804) --- 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 058984662..7bcea25e1 100644 --- a/css/30_highways.css +++ b/css/30_highways.css @@ -390,7 +390,7 @@ path.line.casing.tag-road { } /* service roads */ -.preset-icon .icon.tag-highway-service { +.preset-icon .icon.tag-highway-service:not(.tag-service) { color: #fff; fill: #666; }