diff --git a/templates/edit.html b/templates/edit.html
index ad680088..1999edbc 100644
--- a/templates/edit.html
+++ b/templates/edit.html
@@ -91,7 +91,10 @@
},
"&.cm-editor.cm-focused": {
outline: "none"
- }
+ },
+ ".cm-cursor": {
+ border: "2px solid #aaa",
+ },
})
function Completions(context) {