fix: editor cursor color

This commit is contained in:
kolaente 2022-01-08 17:34:13 +01:00
parent 68a76faacc
commit 0473c385d6
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 0 deletions

View File

@ -348,6 +348,10 @@ $editor-border-color: #ddd;
color: var(--grey-400) !important;
font-style: italic;
}
&-cursor {
border-color: var(--grey-700);
}
}
.editor-preview {