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:
parent
06aed8786a
commit
73cf4ea95c
1 changed files with 3 additions and 1 deletions
|
@ -227,7 +227,9 @@
|
|||
.cm-string,
|
||||
.cm-link,
|
||||
.cm-comment,
|
||||
.cm-quote {color:#000;}
|
||||
.cm-quote,
|
||||
.cm-variable-2,
|
||||
.cm-atom {color:#000;}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue