On Thu, Apr 28, 2022 at 01:06:05PM +0200, Laslo Hunhold wrote: > #main img[src$=svg] { > filter: invert(1); > } > > All <img> within #main that are svg's are inverted in dark mode. > Granted it makes use of a filter, which is not supported everywhere, > but given prefers-color-scheme is also only supported by modern > browsers, this should not be an issue. > > I hope everyone's okay with this.
The change (visually) looks fine to me and I'm happy to see the logos back again =) And while we're on the topic of dark mode; the current theme uses a #000 black for it's background. Which looks great my phone with AMOLED display, but not so great on my desktop with an LCD panel where something like #171717 looks much better. I'm not asking to change it though, since that'll just swap the problem. Just putting the info out there as feedback. - NRK