2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-12 20:44:28 -06:00

3 lines
97 B
CSS
Raw Normal View History

2015-08-08 14:59:47 -05:00
.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment) {
2015-07-20 23:26:47 -05:00
background: rgba(255, 0, 0, .15);
}