Html – Can't find out how to create a switcher to dark/light mode
I'm creating a simple gallery project. I want it to have a button that changes the theme from light (default) to dark. I am using tailwind css, pinia and vuejs3. I will try to send relevant parts of my code…