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
RE: https://getbootstrap.com/docs/5.1/utilities/background/
Looks like the .bg-body example here should have .text-white class so the text is visible.
.bg-body
.text-white
The text was updated successfully, but these errors were encountered:
Related issue on Shadows page examples: https://getbootstrap.com/docs/5.1/utilities/shadows/
Sorry, something went wrong.
Nice catch @coliff 😃
.bg-body is not supposed to be darkish, see 5.0.
Can't debug for now but we somehow missed that in latest reviews 😞
rgba-css-var
Ugh, my fault y'all 😞. Possible solution at #34699.
Successfully merging a pull request may close this issue.
RE: https://getbootstrap.com/docs/5.1/utilities/background/
Looks like the
.bg-body
example here should have.text-white
class so the text is visible.The text was updated successfully, but these errors were encountered: