I have a prefers-color-scheme: dark set on my main.css file.
How would I make my website to move from light to dark theme (and vice versa) each time the user clicks an specific element?
I already added a "click" listener that triggers a function, but what should I put inside of said function?