CSS light-dark(): Stop Duplicating Your Dark Mode Colors
Dark mode used to mean writing every color twice. You would define your palette, then duplicate the whole thing inside a @media (prefers-color-scheme: dark) block, flipping each value by hand. Miss on
grimicorn.hashnode.dev4 min read