Fix cursor color in edit mode and tt font size

This commit is contained in:
nous 2019-02-14 18:55:45 +01:00
parent 623326581b
commit 1d8f2d7dad
1 changed files with 14 additions and 0 deletions

View File

@ -925,6 +925,13 @@
.CodeMirror .CodeMirror-code .cm-tag {
color: #dedede;
}
.CodeMirror-selected {
background: #333 !important;
}
.CodeMirror-cursor {
width: 2px;
background: #0f0;
}
.cm-s-default .cm-meta,
.cm-s-default .cm-qualifier {
color: #a8cfe7;
@ -1005,3 +1012,10 @@
.heatmap-color-5 {
background-color: #3d9bdf;
}
.editor-toolbar a {
color: #71abe7 !important;
}
.markdown:not(code) code, .markdown:not(code) tt {
font-size: 1em;
background-color: #0c112d;
}