What are some ways of implementing a togglable “dark mode” on a website?
I’m curious on the ways of implementing color schemes that can be toggled on the fly on a website, something like the youtube/twitter dark modes: Easiest way would be to separate the color styles into a new stylesheet and apply a toggle class over t...
MMKMev-Rael and 5 more commented