From 8d14ae888f92350031cf15c6d9291d54e4e59985 Mon Sep 17 00:00:00 2001 From: Nicholas O'Leary Date: Mon, 28 Oct 2013 16:54:49 +0000 Subject: [PATCH] Make highlighted node more accessible --- public/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index 8673fe5d4..b50e77c25 100644 --- a/public/style.css +++ b/public/style.css @@ -318,8 +318,9 @@ a.brand img { stroke: #ff7f0e; } .node_highlighted { - stroke: #a51616; - stroke-width: 4; + stroke: #dd1616; + stroke-width: 2; + stroke-dasharray: 10, 4; } .node_hovered { dstroke: #ff7f0e;