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
It's hard to differentiate inline code blocks from surrounding text. The contrast is too low.
0.41.16
The background of the inline code block should have higher contrast (e.g. be more grey).
The text was updated successfully, but these errors were encountered:
Short-term fixed with the following:
css: ./styles.css
fern/docs.yml
styles.css
fern/styles.css
/* Targets only code elements with no class */ code:not([class]) { color: #e83e8c; padding: 0.2em 0.4em; }
Sorry, something went wrong.
abvthecity
No branches or pull requests
Describe the Bug
It's hard to differentiate inline code blocks from surrounding text. The contrast is too low.
Information to Reproduce
CLI Version
0.41.16
Expected Behavior
The background of the inline code block should have higher contrast (e.g. be more grey).
The text was updated successfully, but these errors were encountered: