light mode screen recording css =============================== Yesterday I wrote about a way to do light-mode-screen-recording to convert to light mode from dark mode with ffmpeg. I was wondering if it could be done... Date: January 2, 2026 Yesterday I wrote about a way to do light mode screen recording [1] to convert to light mode from dark mode with ffmpeg. I was wondering if it could be done entirely on the front end for web applications. Turns out you can. I'm sure there are limited wikis and site builders that don't allow adding style like this, but it works if you can. ``` html ``` > 0 deg hue rotate > 90 deg hue rotate > 180 deg hue rotate > 270 deg hue rotate References: [1]: /light-mode-screen-recording/