map/graph: change color of clients to magenta
This commit is contained in:
parent
ea9fff23e3
commit
3abebc8684
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue