From 5c0cc33e343d51f135b1f97ae3b498b1d28a8712 Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Wed, 12 Sep 2012 19:07:40 +0200 Subject: [PATCH] improve contrast when highlighting nodes --- html/force.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/html/force.css b/html/force.css index af8d7d1..caf3c5e 100644 --- a/html/force.css +++ b/html/force.css @@ -12,9 +12,13 @@ stroke-width: 5px; } +.link { + stroke-opacity: 0.8; +} + .faded { - stroke-opacity: 0.2; - fill-opacity: 0.2; + stroke-opacity: 0.02; + fill-opacity: 0.1; } .node.highlight ellipse {