Browse Source

joplin: css

Maxim Likhachev 4 years ago
parent
commit
b8b9154894
  1. 20
      etc/soft/joplin/userchrome.css
  2. 1
      etc/soft/joplin/userstyle.css

20
etc/soft/joplin/userchrome.css

@ -358,6 +358,12 @@ @@ -358,6 +358,12 @@
--g-icon-square-and-arrow-down: "􀈄";
--g-icon-xmark-circle-fill: "";
--g-icon-xmark: "";
/* --g-icon-xmark-circle-fill: "􀁡"; */
/* --g-icon-xmark: "􀆄"; */
--text: #32373f;
--code: #383a42;
--link: #4286f4;
}
.fa-caret-right::before {
@ -2084,10 +2090,11 @@ body { @@ -2084,10 +2090,11 @@ body {
font-size: 1.5rem;
line-height: 1.6;
padding: 2.8rem;
max-width: var(--u-editor-max-width, 75ch);
max-width: var(--u-editor-max-width, 75ch) !important;
color: var(--g-textColor);
-webkit-font-smoothing: antialiased;
}
#rendered-md a {
color: var(--g-linkColor);
}
@ -2213,7 +2220,11 @@ body { @@ -2213,7 +2220,11 @@ body {
margin-right: auto !important;
margin-left: auto !important;
max-width: 100ch !important;
line-height: 2.3ch !important;
line-height: 2.6ch !important;
}
.cm-jn-code-block-background {
background-color: white !important;
}
/* Default theme */
@ -2232,6 +2243,11 @@ body { @@ -2232,6 +2243,11 @@ body {
.cm-s-default .cm-variable-2 {color: #05a !important;}
.cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085 !important;}
.cm-comment.cm-jn-inline-code:not(.cm-search-marker):not(.cm-fat-cursor-mark):not(.cm-search-marker-selected):not(.CodeMirror-selectedtext) {
color: rgb(250, 255, 195) !important;
background-color: var(--code) !important;
}
#note-editor{
color: black !important;
}

1
etc/soft/joplin/userstyle.css

@ -483,4 +483,3 @@ nav.table-of-contents li:before { @@ -483,4 +483,3 @@ nav.table-of-contents li:before {
content: "" !important;
}

Loading…
Cancel
Save