TymekDev
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: A Dark Mode Toggle Without JavaScript (tymekdev.github.io)
Today I scratched my itch of implementing a dark mode toggle without JacaScript. The implementations I saw typically revolved about adding a 'dark' class to body via JS and then controlling it with JS handlers. Thanks…