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

Added basic HTML tag syntax highlight styling

This commit is contained in:
Wes Cossick 2015-10-21 10:04:21 -05:00
parent 0ec4eafeff
commit de87b0ccd3

View File

@ -267,6 +267,18 @@
border: 1px solid #ddd;
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;