0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Fixed CodeMirror syntax highlighting bugs.

CodeMirror highlights markdown with fancy colours. This commit overrides those fuckers with black. Like my cold, dead heart.
This commit is contained in:
John O'Nolan 2013-08-19 12:08:22 +02:00
parent 06aed8786a
commit 73cf4ea95c

View file

@ -227,7 +227,9 @@
.cm-string,
.cm-link,
.cm-comment,
.cm-quote {color:#000;}
.cm-quote,
.cm-variable-2,
.cm-atom {color:#000;}
}