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:
parent
e1e5c02152
commit
6300501037
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