diff --git a/etc/soft/joplin/userchrome.css b/etc/soft/joplin/userchrome.css index e980ae4..eb99c73 100644 --- a/etc/soft/joplin/userchrome.css +++ b/etc/soft/joplin/userchrome.css @@ -38,7 +38,7 @@ .ace_list{ color:#313131 !important; - font-family: monospace; + font-family: monospace; } .ace_strong { @@ -46,3 +46,48 @@ 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; +} + diff --git a/etc/soft/joplin/userstyle.css b/etc/soft/joplin/userstyle.css index 9f1ce9d..868f2dc 100644 --- a/etc/soft/joplin/userstyle.css +++ b/etc/soft/joplin/userstyle.css @@ -393,7 +393,6 @@ nav.table-of-contents li { } nav.table-of-contents li:before { - content: "" !important; + content: "" !important; } -