Merge pull request #143 from NextStepWebs/revert-141-master

Revert "Added basic HTML tag syntax highlight styling"
This commit is contained in:
Wes Cossick 2015-10-21 10:01:22 -05:00
commit d3a2625bb2
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;
}
.CodeMirror .CodeMirror-code .cm-tag {
color: #63a35c;
}
.CodeMirror .CodeMirror-code .cm-attribute {
color: #795da3;
}
.CodeMirror .CodeMirror-code .cm-string {
color: #183691;
}
.CodeMirror .CodeMirror-selected {
background: #d9d9d9;
}