simplemde-markdown-editor/src/css/spell-checker.css
2015-08-11 16:57:32 +01:00

4 lines
99 B
CSS

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