I’ve removed all my prefers-color-scheme: dark CSS because I tried making it better and a bunch of stuff didn’t work and I just don’t have the psychic wherewithal to deal. I’m probably the only one who ever looks at my blog at night anyway.


Addenda

  1. It turns out there’s a filter: invert(100%), and while inverting my color scheme actually would work fine for dark-mode, it doesn’t actually work here because it doesn’t know to invert everything from the default styles.css rather than only what’s in my custom.css. Oh, well.