improve contrast when highlighting nodes
This commit is contained in:
parent
90940c8f21
commit
5c0cc33e34
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue