mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Fixed another CodeMirror syntax highlighting bug
This commit is contained in:
parent
78ad9f79a9
commit
1efd16dbcc
1 changed files with 2 additions and 1 deletions
|
@ -239,7 +239,8 @@
|
|||
.cm-comment,
|
||||
.cm-quote,
|
||||
.cm-number,
|
||||
.cm-atom {
|
||||
.cm-atom,
|
||||
.cm-tag {
|
||||
color: #000;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue