Newer
Older
indexation / public / css / force-directed-graph.css
@kieffer kieffer on 1 Mar 2017 112 bytes v1
.links line {
  stroke: #999;
  stroke-opacity: 0.6;
}

.nodes circle {
  stroke: #fff;
  stroke-width: 1.5px;
}