Open noanflaherty opened 1 day ago
Short-term fixed with the following:
css: ./styles.css
to fern/docs.yml
styles.css
in the root directory: fern/styles.css
/* Targets only code elements with no class */
code:not([class]) {
color: #e83e8c;
padding: 0.2em 0.4em;
}
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).