Opam_graph: Changed color of shared-deps nodes
This commit is contained in:
parent
07d81a6073
commit
9bee347c17
1 changed files with 1 additions and 1 deletions
|
@ -608,7 +608,7 @@ svg {
|
|||
shared_deps |> Seq.map (fun shared_dep ->
|
||||
sprintf {|
|
||||
.direct_dep.%s:hover ~ .node.layer2_dep.%s {
|
||||
fill: hotpink;
|
||||
fill: #5454ff;
|
||||
}
|
||||
|} dep.name shared_dep
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue