I have two different media query in a single stylesheet `
@media screen and (prefers-color-scheme: dark)
&
@media screen and (prefers-color-scheme: light)
`
this allows me to match the theme of my website to user system theme.
But i wanted to add a toogle switch that can override the system default and switch the dark
media query to light