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

Revert "Added basic HTML tag syntax highlight styling"

This commit is contained in:
Wes Cossick 2015-10-21 10:01:11 -05:00
parent 05f1d47210
commit b59279a3d8
3 changed files with 7 additions and 19 deletions

File diff suppressed because one or more lines are too long

12
dist/simplemde.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -268,18 +268,6 @@
padding: 5px; padding: 5px;
} }
.CodeMirror .CodeMirror-code .cm-tag {
color: #63a35c;
}
.CodeMirror .CodeMirror-code .cm-attribute {
color: #795da3;
}
.CodeMirror .CodeMirror-code .cm-string {
color: #183691;
}
.CodeMirror .CodeMirror-selected { .CodeMirror .CodeMirror-selected {
background: #d9d9d9; background: #d9d9d9;
} }