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 prefers-contrast CSS media feature is used to detect if the user has requested that the web content is presented with a higher (or lower) contrast.
Indicates that user has notified the system that they prefer an interface that has a lower level of contrast.
Description needs to include that it only is supported on safari
@media (prefers-contrast: less) {
}
The text was updated successfully, but these errors were encountered:
The prefers-contrast CSS media feature is used to detect if the user has requested that the web content is presented with a higher (or lower) contrast.
Indicates that user has notified the system that they prefer an interface that has a lower level of contrast.
Description needs to include that it only is supported on safari
The text was updated successfully, but these errors were encountered: