svg {
  background: white;
}

.link {
  fill: none;
  stroke: #BBB;
  stroke-width: 1;
  shape-rendering: crispEdges;
}
.node {
  shape-rendering: crispEdges;
}