Rebuild project with latest commits

This commit is contained in:
Wes Cossick 2015-10-22 12:02:23 -05:00
parent de87b0ccd3
commit 063e6f99b1
2 changed files with 13 additions and 1 deletions

View file

@ -602,6 +602,18 @@ span.CodeMirror-selectedtext { background: none; }
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;

File diff suppressed because one or more lines are too long