From 2a60bca919dc0bd9b301d420958b6bbde0b279f5 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Mon, 7 Jan 2013 13:19:13 -0500 Subject: [PATCH] Make area fill white instead of red. Fixes #323 --- css/map.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/map.css b/css/map.css index c093db4e4..76651bf25 100644 --- a/css/map.css +++ b/css/map.css @@ -111,13 +111,13 @@ path.stroke.railway-subway { path.area { stroke-width:2; - stroke:red; + stroke:#fff; fill:#fff; fill-opacity:0.3; } path.area.selected { - stroke-width:3 !important; + stroke-width:4 !important; } path.area.natural {