You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minimal code for Dark Mode with HTML, CSS Variables and Pure Javascript.
How it work?
It is a simple button that when you click it, change the color of the body and elements using CSS variables. I just used classList in Javascript to make the change.
About
Minimal code for Dark Mode with HTML, CSS Variables and Pure Javascript.