After upgrading to v1.8.5, my previous CSS settings are not respected. I'm not sure if I need new CSS settings or if this is a bug.
This is my userchrome.css, which is the result of a previous issue (resolved here in this forum, thanks!) where I wanted the text side of the note to appear in a fixed width font, throughout Joplin, while the rendered side of the note appears as it does normally.
UserChrome.css begin ====
/*
file: userchrome.css
purpose: For styling the entire Joplin app (except the rendered Markdown, which is defined in `userstyle.css`)
tested on: Joplin version 1.1.4, Y700
div.CodeMirror-lines * {
font-size: 13px !important;
color: black !important;
font-weight: normal !important;
text-decoration: none !important;
}
div.CodeMirror-lines * {
font-size: 13px !important;
font-weight: normal !important;
text-decoration: none !important;
}
*/
/* CSS for the Dark theme to make the CodeMirror editor mimic the scheme of the old ACE editor */
span.cm-header {
color: #CF6A4C;
font-size: inherit !important;
}
span.cm-link-text, span.cm-strong, span.cm-em {
color: #8F9D6A !important;
font-style: normal;
font-weight: normal;
}
span.cm-variable-2, span.cm-hr {
color: #F9EE98 !important;
}
span.cm-meta, span.cm-property {
color: #7587A6 !important;
}
span.cm-string.cm-url {
color: #DDDDDD !important;
}
span.cm-comment {
color: #DAD085 !important;
}
UserChrome.css end ====
Joplin 1.8.5 (prod, win32)
Client ID: 348634c19a984fbc80460ee0b23c7d45
Sync Version: 2
Profile Version: 35
Keychain Supported: Yes
Revision: b28f087bb
I am using the internal editor.