From fac5aa37d69722b7a09ef431a794b5dc994232e0 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Thu, 25 Oct 2012 11:50:43 -0400 Subject: [PATCH] Semi-transparent roads --- css/map.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/css/map.css b/css/map.css index 808945442..c98038d10 100644 --- a/css/map.css +++ b/css/map.css @@ -65,6 +65,13 @@ circle.handle { opacity:0.2; } +.stroke.highway { + stroke-opacity:0.7; +} +.casing.highway { + stroke-opacity:0.2; +} + /* highways */ .stroke.highway-residential { stroke:#E8E8E8; @@ -139,4 +146,10 @@ circle.handle { text { font:9px 'Helvetica'; text-anchor:middle; + fill:#fff; + text-shadow: + 0 0 1px #000, + 0 0 1px #000, + 0 0 1px #000, + 0 0 2px #000; }