|
|
|
@ -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; |
|
|
|
|
} |
|
|
|
|