2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-06-29 06:01:01 -06:00

Update spell checker dependency

This commit is contained in:
Wes Cossick 2015-08-08 14:59:47 -05:00
parent dd85947668
commit 67b1ac7ca8

View File

@ -1,3 +1,3 @@
.CodeMirror .cm-spell-error:not(.cm-url) {
.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment) {
background: rgba(255, 0, 0, .15);
}