Browse Source

joplin: ++css

Maxim Likhachev 4 years ago
parent
commit
463705f44a
  1. 47
      etc/soft/joplin/userchrome.css
  2. 3
      etc/soft/joplin/userstyle.css

47
etc/soft/joplin/userchrome.css

@ -38,7 +38,7 @@ @@ -38,7 +38,7 @@
.ace_list{
color:#313131 !important;
font-family: monospace;
font-family: monospace;
}
.ace_strong {
@ -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;
}

3
etc/soft/joplin/userstyle.css

@ -393,7 +393,6 @@ nav.table-of-contents li { @@ -393,7 +393,6 @@ nav.table-of-contents li {
}
nav.table-of-contents li:before {
content: "" !important;
content: "" !important;
}

Loading…
Cancel
Save