0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

More codemirror syntax highlighting fixes

This commit is contained in:
John O'Nolan 2013-08-19 17:26:09 +02:00
parent e1e5c02152
commit 6300501037

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;}
}