You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CSS rule for @media (prefers-color-scheme: dark) would work, but it would enforce one color only, and for the users that have that rule ON already. No way to switch it ON, Off. Or give it to all as an option.
To resolve that I did the hard work.
Made and tested code for a CSS color switch with memory. Great for the night and evening time.
The dark mode should be set based on the user's system settings.
We could use something like
prefers-color-scheme
query .The text was updated successfully, but these errors were encountered: