Newer
Older
indexation / public / css / force-directed-graph.css
@kieffer kieffer on 7 Mar 2017 158 bytes update
.links line {
  stroke: #546e7a;
  stroke-opacity: 0.6;
}

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

.nodes circle title {
  fill: yellow;
}