diff --git a/themes/Atom - Light/editor.css b/themes/Atom - Light/editor.css index a71102f71..9326721b9 100644 --- a/themes/Atom - Light/editor.css +++ b/themes/Atom - Light/editor.css @@ -12,6 +12,13 @@ color: #333; } +.editor.mini .cursor { + background: #333; + width: 2px; + line-height: 20px; + margin-top: 2px; +} + .editor .gutter .line-number { padding-right: 1.3em; min-width: 35px;