Learn how to switch between dark and light mode with CSS and JavaScript.
Read on how to do it in this tutorial: https://www.w3schools.com/howto/howto_js_toggle_dark_mode.asp
Try it yourself here: https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_toggle_dark_mode
Tip: Also see How To Add A Class.
Tip: Learn more about the classList property in our JavaScript Reference.