Remove css-update-media-query
article thumbnail

A Simple Guide to Dark Mode with Gatsby.js

Victor Zhou

I recently finally implemented Dark Mode for this blog (try that toggle in the top right), so it seemed appropriate to publish a short walkthrough for anyone else wanting to do the same thing. getItem ( 'preferred-theme' ) ; Operating System Preference There’s also a simple API for this: the prefers-color-scheme media query.

52