Monospace styling in 2.2.7

I just upgraded to Joplin 2.2.7 on Mac and I am noticing that in the editor, inline monospaced text is no longer colored. Previously it would be dark red to set it off from the surrounding text.

I know I can use userstyles.css to change the rendered Markdown, but for this I assume I'd need to use Appearance -> Advanced Settings -> Custom stylesheet for Joplin-wide app styles. But I couldn't find anything in the "Share your CSS" topic for what styles to change. Thanks.

Once I posted the question, the robot suggested some answers including Restore Default CodeMirror Theme which lists the necessary CSS changes including:

div.CodeMirror.cm-s-default span.cm-string {color: #a11;}

Which from the color, appears to be the style in question.

1 Like

There's also this Desktop: Additional styling enhancements · Issue #5297 · laurent22/joplin · GitHub so maybe if you wait for a while there will be no need to fiddle with CSS

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.