0
Fork 0
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:
John O'Nolan 2013-08-26 01:44:12 +02:00
parent 78ad9f79a9
commit 1efd16dbcc

View file

@ -239,7 +239,8 @@
.cm-comment,
.cm-quote,
.cm-number,
.cm-atom {
.cm-atom,
.cm-tag {
color: #000;
font-weight: bold;
}