Most dark/light mode toggles have 2 states.
However, a good website should always support 3 states:
- Light
- Dark
- System Mode
- Set based on
prefers-color-scheme if present
- Default to websites preference if above is missing (usually light)
It would be great if this nice looking toggle also supported this third state!
Most dark/light mode toggles have 2 states.
However, a good website should always support 3 states:
prefers-color-schemeif presentIt would be great if this nice looking toggle also supported this third state!