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
Level-2 headings border flashs when changing colors since the transition time is not consistent with the background.
Since the transition style of body and code elements are set in src/client/styles/normalize.scss, I think it might be proper to add here.
body
code
src/client/styles/normalize.scss
// normalize.scss ... h2 { border-color: var(--c-border); transition: border-color var(--t-color); } ...
The text was updated successfully, but these errors were encountered:
03646b9
No branches or pull requests
Feature request
Description
Level-2 headings border flashs when changing colors since the transition time is not consistent with the background.
Heading.mp4
Suggested solution
Since the transition style of
body
andcode
elements are set insrc/client/styles/normalize.scss
, I think it might be proper to add here.The text was updated successfully, but these errors were encountered: