diff --git a/src/opam_graph.ml b/src/opam_graph.ml index e6e1a38..966f41b 100644 --- a/src/opam_graph.ml +++ b/src/opam_graph.ml @@ -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 )