Zulip Chat Archive

Stream: general

Topic: mathlib import visualization


Kim Morrison (Sep 10 2024 at 09:03):

For discussion on @Jon Eugster's announcement #announce > Mathlib visualisation

Kim Morrison (Sep 10 2024 at 09:04):

Is there any way to encourage the layout to "follow the arrows", i.e. so the arrows mostly point downhill (or uphill, I can't actually tell which way the arrows point, because the graphs are too complicated!)

Edward van de Meent (Sep 10 2024 at 09:15):

image.png
dark mode makes the white text unreadable :sad:

Edward van de Meent (Sep 10 2024 at 09:15):

or at least, hard to read

Jon Eugster (Sep 10 2024 at 09:41):

I think I'll just add

html, body {
  background-color: white;
  color: black;
}

for now, but a proper dark theme could be implemented in this file.


Last updated: May 02 2025 at 03:31 UTC