From aa7f02c571dafea17cc387d3f9ed89163098d4dd Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Mon, 19 Aug 2013 12:08:22 +0200 Subject: [PATCH] Fixed CodeMirror syntax highlighting bugs. CodeMirror highlights markdown with fancy colours. This commit overrides those fuckers with black. Like my cold, dead heart. --- ghost/admin/assets/sass/layouts/editor.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ghost/admin/assets/sass/layouts/editor.scss b/ghost/admin/assets/sass/layouts/editor.scss index 98e3332898..91efc3b8a3 100644 --- a/ghost/admin/assets/sass/layouts/editor.scss +++ b/ghost/admin/assets/sass/layouts/editor.scss @@ -227,7 +227,9 @@ .cm-string, .cm-link, .cm-comment, - .cm-quote {color:#000;} + .cm-quote, + .cm-variable-2, + .cm-atom {color:#000;} }