From ec7357ee20a2110cda45378f7e56d966719d892b Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Sat, 17 Sep 2022 15:44:34 +0900 Subject: [PATCH] fixed cursor color --- app/views/components/editor.css | 4 ++++ 1 file changed, 4 insertions(+) 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; }