From 6b5a55350606816ef30d5ec81fa1992cf2d27948 Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Wed, 23 Sep 2020 14:29:52 -0400 Subject: [PATCH] Make driveways creamier (re: #7961) --- 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 4dfede998..6600a2ea9 100644 --- a/css/30_highways.css +++ b/css/30_highways.css @@ -428,7 +428,7 @@ path.line.stroke.tag-highway-service.tag-service-parking_aisle { stroke: #cccac7; } path.line.stroke.tag-highway-service.tag-service-driveway { - stroke: #fff3db; + stroke: #fff6e4; } path.line.stroke.tag-highway-service.tag-service-emergency_access { stroke: #ddb2aa;