fix vscode cursor

Closes #775
main
Mike Fix 4 years ago
parent 982586ffd2
commit f90863f3cd
No known key found for this signature in database
GPG Key ID: 1D85E862314CA79F

@ -58,6 +58,10 @@ export default function GlobalHighlights({ highlights }) {
border-left: solid 2px #159588 !important;
}
:global(.cm-s-vscode .CodeMirror-cursor) {
border-left: solid 2px #bebebe !important;
}
:global(.cm-s-solarized) {
box-shadow: none !important;
}

Loading…
Cancel
Save