Skip to content

Commit bd42bb1

Browse files
authored
.
1 parent 106a7dd commit bd42bb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_static/protocolsView.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
const tooltip = d3.select("#tooltip");
107107

108108
const link = g.append("g")
109-
.attr("stroke","#aaa").attr("stroke-opacity",0.6)
109+
.attr("stroke","black").attr("stroke-opacity",0.6)
110110
.selectAll("line").data(graph.links)
111111
.join("line").attr("stroke-width",1);
112112

0 commit comments

Comments
 (0)