0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-15 03:01:37 -05:00

Merge pull request #458 from JohnONolan/highlight-fix

More codemirror syntax highlighting fixes
This commit is contained in:
John O'Nolan 2013-08-19 08:26:59 -07:00
commit 111191d63f

View file

@ -225,10 +225,13 @@
}
.cm-string,
.cm-link,
.cm-comment,
.cm-quote,
.cm-link,
.cm-comment,
.cm-quote,
.cm-variable-2,
.cm-variable-3,
.cm-keyword,
.cm-number,
.cm-atom {color:#000;}
}