We have media queries now so we can replace all the stylesheet loading and unloading etc with: ``` @media (prefers-color-scheme: dark) { } ```
We have media queries now so we can replace all the stylesheet loading and unloading etc with: