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
I change $popover-bg to black and also want to change text color to white, but I cannot find variable for popover text color.
$popover-bg
black
white
I suggest we should expose a variable for popover text like $popover-color
$popover-color
The text was updated successfully, but these errors were encountered:
I would suggest adding two variables with the following defaults.
$popover-title-color : $headings-color !default; $popover-content-color : $body-color !default;
I can send a PR if adding it is finalized.
Sorry, something went wrong.
I sent the PR anyway. If the ability to change color doesn't need to be present, please ignore it.
No branches or pull requests
I change
$popover-bg
toblack
and also want to change text color towhite
, but I cannot find variable for popover text color.I suggest we should expose a variable for popover text like
$popover-color
The text was updated successfully, but these errors were encountered: