Toggle the button below to switch between Light and Dark Mode!
localStorage
so it sticks when they refresh the page!
--bg-color
and --text-color
control the colors..dark-mode
class changes these variablesβ values.localStorage
to persist on reload.1. What is the main purpose of Dark Mode?
2. Which CSS property helps define dark mode variables?
3. How can we store the user's dark mode preference?