Merge pull request #2659 from JonFStr/description-caret
Matching color of description cursor with text color
This commit is contained in:
@@ -298,6 +298,10 @@ h5 {
|
||||
color: var(--color-text-maxcontrast);
|
||||
}
|
||||
|
||||
.CodeMirror-cursor {
|
||||
border-left: 1px solid var(--color-main-text);
|
||||
}
|
||||
|
||||
.editor-preview,
|
||||
.editor-statusbar {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user