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
Well, many operating systems now support a dark mode or dark theme.
I believe it would be interesting for this to be implemented here as well.
The media consultation of the preferred color scheme allows you to adjust the appearance of the website to match the user's preferred mode.
Syntax
no-preference Indicates that the user has made no preference known to the system. This keyword value evaluates to false in the boolean context. light Indicates that user has notified the system that they prefer an interface that has a light theme. dark Indicates that user has notified the system that they prefer an interface that has a dark theme.
Well, many operating systems now support a dark mode or dark theme.
I believe it would be interesting for this to be implemented here as well.
The media consultation of the preferred color scheme allows you to adjust the appearance of the website to match the user's preferred mode.
Syntax
no-preference
Indicates that the user has made no preference known to the system. This keyword value evaluates to false in the boolean context.light
Indicates that user has notified the system that they prefer an interface that has a light theme.dark
Indicates that user has notified the system that they prefer an interface that has a dark theme.Mozilla Firefox: https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme
Google Chrome: https://www.chromestatus.com/feature/5109758977638400
Suggestion
What do you think about it?
The text was updated successfully, but these errors were encountered: