Opam_graph: Changed color of shared-deps nodes

This commit is contained in:
rand00 2022-01-26 21:15:12 +01:00
parent 07d81a6073
commit 9bee347c17

View file

@ -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
)