improve contrast when highlighting nodes

This commit is contained in:
Nils Schneider 2012-09-12 19:07:40 +02:00
parent 90940c8f21
commit 5c0cc33e34

View file

@ -12,9 +12,13 @@
stroke-width: 5px; stroke-width: 5px;
} }
.link {
stroke-opacity: 0.8;
}
.faded { .faded {
stroke-opacity: 0.2; stroke-opacity: 0.02;
fill-opacity: 0.2; fill-opacity: 0.1;
} }
.node.highlight ellipse { .node.highlight ellipse {