Merge pull request #141 from danabrey/master

Added basic HTML tag syntax highlight styling
pull/143/head
Wes Cossick 9 years ago
commit 05f1d47210

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -268,6 +268,18 @@
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;
}

Loading…
Cancel
Save