/* For styling the entire Joplin app (except the rendered Markdown, which is defined in `userstyle.css`) */ .ace_heading { font-weight: bold; color: #5082be !important; } #note-editor{ color: black !important; } .ace_emphasis{ color: black !important; font-weight: bold; } .ace_blockquote{ color: #797979 !important; } /* .ace_string{ color: #85b096 !important; font-weight: bold; } .ace_support{ color: #298d56 !important; font-weight: bold; } .ace_function{ margin-left: 5px; color: #85b096 !important; background-color: #f7f7f7; font-style: italic; } .ace_list{ color:#313131 !important; font-family: monospace; } .ace_strong { color: black !important; font-weight: bold; } */ /* MARKDOWN EDITOR */ span.cm-rm-checkbox.cm-property + span.cm-rm-checkbox + span.cm-rm-checkbox { /*adds a strike through on completed checkmarks*/ text-decoration: line-through; opacity: 0.7; } .CodeMirror-sizer { /*keeps the text width manageable*/ margin-right: auto !important; margin-left: auto !important; max-width: 100ch !important; line-height: 2.3ch !important; } .cm-s-default .cm-header { color: darkslategray; } /* .cm-hr { */ /* makes `---` solid */ /* border-top: 1px solid #cccccc; */ /* display: block; */ /* line-height: 0px; */ /* } */ /* .cm-s-default *{ */ /*makes all text black*/ /* color: black !important; */ /* } */ .cm-header.cm-rm-header-token{ /*makes the markdown #, ##, ###, etc less noticable*/ color: #cccccc !important; /* font-size: 90%; */ margin-left: -50px; max-width: 50px; width: 50px; /* overflow: hidden; */ display: inline-block; text-align: right; }