diff --git a/js/graph.js b/js/graph.js index fe65d0d..87c1162 100644 --- a/js/graph.js +++ b/js/graph.js @@ -58,7 +58,7 @@ const Graph = ForceGraph()(document.getElementById("graph")) }) .linkSource("source") .linkTarget("target") - .linkWidth(1.3) + .linkWidth(2.0) .linkColor(() => (nightmode ? "white" : "black")) .linkDirectionalArrowLength(2) .linkAutoColorBy((d) => {