Skip to content
New issue

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

body-bg class color issue #34730

Closed
chirumist opened this issue Aug 10, 2021 · 1 comment
Closed

body-bg class color issue #34730

chirumist opened this issue Aug 10, 2021 · 1 comment

Comments

@chirumist
Copy link

chirumist commented Aug 10, 2021

Hi,
In cheatsheet page body color issue.
https://getbootstrap.com/docs/5.1/examples/cheatsheet/

This issue fixed with one variable in line number 418.

- "body":  to-rgb($body-color)
+ "body":  to-rgb($body-bg)

Also change in _root.scss file in line number 26

- --#{$variable-prefix}body-rgb: #{to-rgb($body-color)};
+ --#{$variable-prefix}body-rgb: #{to-rgb($body-bg)};
@ffoodd
Copy link
Member

ffoodd commented Aug 10, 2021

Duplicates #34688, closed by #34699.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants