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:
commit
111191d63f
1 changed files with 6 additions and 3 deletions
|
@ -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;}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue