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:
@@ -298,6 +298,10 @@ h5 {
|
|||||||
color: var(--color-text-maxcontrast);
|
color: var(--color-text-maxcontrast);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.CodeMirror-cursor {
|
||||||
|
border-left: 1px solid var(--color-main-text);
|
||||||
|
}
|
||||||
|
|
||||||
.editor-preview,
|
.editor-preview,
|
||||||
.editor-statusbar {
|
.editor-statusbar {
|
||||||
display: none;
|
display: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user