You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
285 B
9 lines
285 B
5 months ago
|
/**
|
||
|
* codemirror-spell-checker v1.1.2
|
||
|
* Copyright Next Step Webs, Inc.
|
||
|
* @link https://github.com/NextStepWebs/codemirror-spell-checker
|
||
|
* @license MIT
|
||
|
*/
|
||
|
.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) {
|
||
|
background: rgba(255, 0, 0, .15);
|
||
|
}
|