mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
Merge pull request #5196 from PaulAdamDavis/minor-code-injection-fixes
Code injection syntax colour change
This commit is contained in:
commit
e9dbf972af
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user