I am looking to create a script using JavaScript, HTML, and CSS that can toggle between dark mode and night mode. Unfortunately, I am unsure of how to proceed with this task.
https://i.sstatic.net/xA3Gq.png
https://i.sstatic.net/v5vq5.png
My goal is to have a button in line 22 that, when clicked, will change the stylesheet reference in line 14 from "/dist/css/skins/ralue-theme.min.css" to "/dist/css/skins/ralack-theme.min.css"
*By the way, I am using EJS