link color

This commit is contained in:
Nils Schneider 2012-06-09 19:49:13 +02:00
parent d976af78dc
commit f8ad566496
2 changed files with 3 additions and 3 deletions

View file

@ -13,9 +13,9 @@
} }
.link line { .link line {
stroke: #f50; stroke: #ddd;
stroke-opacity: 1; stroke-opacity: 1;
stroke-width: 5px !important; stroke-width: 5px;
} }
.node ellipse { .node ellipse {

View file

@ -13,7 +13,7 @@
} }
.link line { .link line {
stroke: #333; stroke: #777;
stroke-opacity: 1; stroke-opacity: 1;
stroke-width: 1.5px; stroke-width: 1.5px;
} }