fix: editor cursor color
This commit is contained in:
parent
68a76faacc
commit
0473c385d6
1 changed files with 4 additions and 0 deletions
|
@ -348,6 +348,10 @@ $editor-border-color: #ddd;
|
||||||
color: var(--grey-400) !important;
|
color: var(--grey-400) !important;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&-cursor {
|
||||||
|
border-color: var(--grey-700);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.editor-preview {
|
.editor-preview {
|
||||||
|
|
Loading…
Reference in a new issue