Skip to content

Commit

Permalink
Color the edges for ForeignIdentity light green
Browse files Browse the repository at this point in the history
  • Loading branch information
lkarlslund committed Feb 22, 2022
1 parent 32c0baa commit 87496cc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/analyze/html/graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,13 @@ var cytostyle = [{
"line-color": "orange"
}
},
{
selector: 'edge[?method_ForeignIdentity]',
style: {
"target-arrow-color": "lightgreen",
"line-color": "lightgreen"
}
},
{
selector: 'edge[?method_ResetPassword]',
style: {
Expand Down

0 comments on commit 87496cc

Please sign in to comment.