diff --git a/frontend/css/editor.css b/frontend/css/editor.css index 7975f7b57..7f2d7958c 100644 --- a/frontend/css/editor.css +++ b/frontend/css/editor.css @@ -36,4 +36,8 @@ .cm-editor .cm-selectionMatch { background-color: var(--editor-selectionmatch); } + +.cm-editor .cm-cursor { + border-left-color: var(--text-color-lighter); +} /* stylelint-enable selector-class-pattern */