1
mirror of https://github.com/jakejarvis/dark-mode-example.git synced 2025-06-27 17:15:40 -04:00

Update README.md

This commit is contained in:
2020-04-29 18:26:32 -04:00
committed by GitHub
parent 63d191941c
commit 20d374ef12

View File

@ -5,6 +5,5 @@ Simple dark mode switching with local storage & OS setting detection!
- [`dark-mode.js`](dark-mode.js) has all the juicy stuff.
- [`dark-mode.min.js`](dark-mode.min.js) is minified for production.
- [`index.html`](index.html) & [`dark-mode.css`](dark-mode.css) make up a very barebones example.
- [View the example.](https://jakejarvis.github.io/dark-mode-example/)
- [Read the blog post.](https://jarv.is/notes/dark-mode/)