Block a user
Dark/light mode toggle on the header bar
Having said that, my website is loading the light version when my browser is set to dark, could be a mistake in my code though...
Set the dark mode without any media and put a light one…
Dark/light mode toggle on the header bar
Seems like you can do it without css, it wouldn't have a button but can use the system choice @media (prefers-color-scheme: dark) { /* Dark theme styles go here */ } …
Dark/light mode toggle on the header bar
Seems like you can do it without css, it wouldn't have a button but can use the system choice @media (prefers-color-scheme: dark) { /* Dark theme styles go here */ } @media…