From 3d10a00284584f78abb0fdae9ae18d68c6c54559 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Thu, 17 Jan 2013 10:16:39 -0500 Subject: [PATCH] Higher-contrast shared vertices --- css/map.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/map.css b/css/map.css index 11ba62976..b2929f149 100644 --- a/css/map.css +++ b/css/map.css @@ -65,9 +65,12 @@ g.vertex circle.stroke { fill:#333; } -g.vertex.shared circle { +g.vertex.shared circle.fill { fill:#aff; } +g.vertex.shared circle.stroke { + fill:#044; +} g.vertex.hover circle.fill { -webkit-transform:scale(1.5, 1.5);