We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a user uploads a light background image, the color of the text on the profile page should change from white to black.
An example of the current state
To ensure sufficient contrast between the text and the background. This is a fundamental feature in terms of accessibility.
The text was updated successfully, but these errors were encountered:
Maybe with CSS's mix-blend-mode or background-blend-mode could cause the color, when combined with the background, to adaptively provide contrast.
Before I can really try and tackle this, I need to understand what a “stacking context” is and what it means to create a new one.
Sorry, something went wrong.
No branches or pull requests
What would you like to be added?
When a user uploads a light background image, the color of the text on the profile page should change from white to black.
An example of the current state
Why is this needed?
To ensure sufficient contrast between the text and the background. This is a fundamental feature in terms of accessibility.
The text was updated successfully, but these errors were encountered: