Matching color of description cursor with text color

Fixes #2556

Signed-off-by: Jonathan Straub <j.f.straub@gmx.de>
This commit is contained in:
Jonathan Straub
2020-12-17 08:58:38 +01:00
parent 622106d5de
commit 6d6740f998

View File

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