diff --git a/app/views/components/editor.css b/app/views/components/editor.css index 5d4297c..1a6318a 100644 --- a/app/views/components/editor.css +++ b/app/views/components/editor.css @@ -22,6 +22,10 @@ display: flex; } +.editor .cm-cursor { + border-left-color: var(--nc-tx-1); +} + .editor .auto-link:hover { cursor: pointer; }