diff --git a/src/renderer/scss/component/_markdown-editor.scss b/src/renderer/scss/component/_markdown-editor.scss index d6a07c1d1..5a339cbbb 100644 --- a/src/renderer/scss/component/_markdown-editor.scss +++ b/src/renderer/scss/component/_markdown-editor.scss @@ -91,3 +91,9 @@ div.editor-toolbar a { .CodeMirror .CodeMirror-placeholder { opacity: 0.5; } +.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) { + background: none; + text-decoration: underline; + text-decoration-color: #f00; + text-decoration-style: dotted; +}