|
|
|
@ -46,3 +46,48 @@
@@ -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; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|