d3/examples/force/force.css

10 строки
108 B
CSS

circle.node {
stroke: #fff;
stroke-width: 1.5px;
}
line.link {
stroke: #999;
stroke-opacity: .6;
}