runbot/runbot_merge/static
Xavier Morel 115a790f19 [IMP] runbot_merge: tune dark mode colors
- Make the body color slightly darker for better contrast (makes it
  lighter when inverted).
- Make backgrounds lighter in dark mode.
- Hard-code success as well as danger and update the latter to make it
  lighter.

  Ideally this should be computed in oklch but sadly libsass doesn't
  support oklch computations, and there is no way to extract
  individual channels in CSS so there's no way to generate the `-rgb`
  variables.
- Hard-code the dark mode background to a dark gray instead of a black
  (using light-gray in light mode looks weird so keep white).
- Fix text and link color in alerts, I clearly still don't understand
  how CSS variables work and I don't care anymore, fuck'em.

Part of #1088
2025-03-13 10:45:18 +01:00
..
scss [IMP] runbot_merge: tune dark mode colors 2025-03-13 10:45:18 +01:00
src/js [ADD] runbot_merge: color theme switcher 2025-03-13 08:16:06 +01:00