Link line colours on graph view

It could be done using CSS. Just replace “#b8b2f3” with the hex code of your desired color.

.graph-view.color-line {
    color: #b8b2f3;
}

For even more customization options regarding the graph view, check this post out: