Merge pull request #5196 from PaulAdamDavis/minor-code-injection-fixes

Code injection syntax colour change
This commit is contained in:
John O'Nolan 2015-05-01 15:50:14 +02:00
commit e9dbf972af

View File

@ -544,4 +544,12 @@
outline: 0;
}
.CodeMirror {
border-radius: inherit; // Inherits from .settings-code-editor
}
// Overwrite bright yellow text
.cm-s-xq-light span.cm-meta {
color: #000;
}
}