improve contrast when highlighting nodes

alfred-data
Nils Schneider 2012-09-12 19:07:40 +02:00
parent 90940c8f21
commit 5c0cc33e34
1 changed files with 6 additions and 2 deletions

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 {