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

Update dependencies

This commit is contained in:
Wes Cossick 2015-11-03 11:19:55 -06:00
parent 7c908ca39c
commit b1505af98a
2 changed files with 2 additions and 2 deletions

View File

@ -659,6 +659,6 @@ span.CodeMirror-selectedtext { background: none; }
.CodeMirror .CodeMirror-code .cm-strikethrough { .CodeMirror .CodeMirror-code .cm-strikethrough {
text-decoration: line-through; text-decoration: line-through;
} }
.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment) { .CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) {
background: rgba(255, 0, 0, .15); background: rgba(255, 0, 0, .15);
} }

File diff suppressed because one or more lines are too long