Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix scaladoc graph highlight background color in dark mode (scala#21814)
This PR should fix the background of the gradient that highlights the current type in the graph view in dark mode. For example on https://www.scala-lang.org/api/current/scala/annotation/ClassfileAnnotation.html you see right now a black box around the class in the graph: ![grafik](https://github.com/user-attachments/assets/ddfae1f2-c8d5-43e4-ba8b-7bb625dfec35) The right color to use here is `--background-main`: ![grafik](https://github.com/user-attachments/assets/1c316b25-c95d-48ca-a963-8b667ab21a2e) In light mode the graph looks the same as before: ![grafik](https://github.com/user-attachments/assets/1f63a3ac-e57e-49de-827a-910795c1f443) I also fixed two typos
- Loading branch information