@olivierlacan Neat! One pitfall, though: this approach breaks on browsers that don’t support `prefers-color-scheme`, or for users who have it set to `no-preference`. Here’s my suggestion: https://t.co/1v2PrDKen6. See it in action on my blog.
JavaScript regular expressions: `.lastIndex` and the flags /g and /y: https://t.co/CFjCiozi81. One of my nastiest bugs in my career so far involved learning about this. Highly recommended reading! 🙇â€â™‚ï¸