DEV Community

Discussion on: Add dark mode to your website with just a few lines of code

Collapse
 
mdrahiem profile image
Rahimuddin

I believe instead of maintaining a whole different css file, can't we do it using a single extra class to body (class="dark")? I believe this approach is simple, isn't it? Just a suggestion :)

Collapse
 
albertomontalesi profile image
AlbertoM

Yes you can, it's a totally viable alternative.