improve contrast when highlighting nodes
This commit is contained in:
parent
90940c8f21
commit
5c0cc33e34
1 changed files with 6 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue