diff --git a/styles/base.less b/styles/base.less index 7d5c48f..a87c190 100644 --- a/styles/base.less +++ b/styles/base.less @@ -47,7 +47,7 @@ atom-text-editor { } .cursor { - color: @syntax-cursor-color; + border-color: @syntax-cursor-color; border-width: 2px; }