simplemde-markdown-editor/src/css/spell-checker.css
2015-09-12 02:03:49 -05:00

3 lines
97 B
CSS

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