-
@LittleKope @andybelldesign For the toggle, I prefer to combine it with a media query dependent loading strategy (i.e., if prefers reduced motion, then don't download motion-related CSS). You can see the idea described in web.dev/prefers-color-scheme/#loading-strategy, and github.com/GoogleChromeLabs/dark-mode-toggle for the toggle.
-
@LittleKope @andybelldesign Here, the concepts (motion or color scheme) are interchangeable really for illustrating the loading strategy and toggle idea. PS: Love what the two of you are doing!