1
mirror of https://github.com/jakejarvis/dark-mode-example.git synced 2025-10-18 22:04:25 -04:00

Update README.md

This commit is contained in:
2020-04-29 13:13:01 -04:00
committed by GitHub
parent 89d345c16e
commit 6e27cef9f2

View File

@@ -1,6 +1,9 @@
# Dark mode switcheroo
Simple dark mode switching with local storage & OS setting detection!
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) create a very barebones example.
- [View example.](https://jakejarvis.github.io/dark-mode-example/)
- [Read blog post.](https://jarv.is/notes/dark-mode/)