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
Header vars need to be revisited.
$header-color
I'm submitting a ...
What is the current behavior?
$header-font-family
$subheader-font-family
<h6>
For bugs: please provide steps to reproduce and tell us a little about your environment (e.g., what OS and version of the package you're using)
give us enough information to properly diagnose the bug
What is the expected behavior?
The text was updated successfully, but these errors were encountered:
$h6-header-color: lighten($header-color, 20%);
Sorry, something went wrong.
No branches or pull requests
Header vars need to be revisited.
$header-color
var should change the font color when updated.I'm submitting a ...
What is the current behavior?
$header-font-family
vars in the settings file. One of them needs to be changed to$subheader-font-family
$header-color
var is only working on<h6>
s.For bugs: please provide steps to reproduce and tell us a little about your environment (e.g., what OS and version of the package you're using)
give us enough information to properly diagnose the bug
What is the expected behavior?
$header-color
all of my headers should change colors.The text was updated successfully, but these errors were encountered: