map/graph: change color of clients to magenta
This commit is contained in:
parent
ea9fff23e3
commit
3abebc8684
|
@ -309,7 +309,7 @@ define(["d3"], function (d3) {
|
|||
}
|
||||
})
|
||||
|
||||
ctx.fillStyle = "#73A7CC"
|
||||
ctx.fillStyle = "rgba(220, 0, 103, 0.7)"
|
||||
ctx.fill()
|
||||
|
||||
if (highlightedLinks.length) {
|
||||
|
|
|
@ -69,7 +69,7 @@ define(["leaflet", "jshashes"],
|
|||
}
|
||||
})
|
||||
|
||||
ctx.fillStyle = "rgba(153, 118, 16, 0.5)"
|
||||
ctx.fillStyle = "rgba(220, 0, 103, 0.7)"
|
||||
ctx.fill()
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue