Skip to content

Commit

Permalink
change cursor color to be more visible in dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
emad-elsaid committed Feb 5, 2023
1 parent cf097ce commit ae28c00
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion templates/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@
},
"&.cm-editor.cm-focused": {
outline: "none"
}
},
".cm-cursor": {
border: "2px solid #aaa",
},
})

function Completions(context) {
Expand Down

0 comments on commit ae28c00

Please sign in to comment.