How to add dark mode to gatsby website
to add dark mode to your gatsby blog you would need to install gatsby-plugin-dark-mode and react-dark-mode-toggle. to do this run the following your terminal.
for NPM
npm i gatsby-plugin-dark-mode react-dark-mode-toggle
if your using yarn you need to...
ekajionah.hashnode.dev2 min read