mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-05 18:34:39 +03:00
Code injection syntax colour change
Closes #5179 - Overwrites the yellow code injection syntax highlighting (such as vendor prefixes in CSS) to be black, to match the rest of the property - Adds rounded corners to the code injection CodeMorror wrapper to match its parents rounded corners (inherits the same value)
This commit is contained in:
parent
18638d378e
commit
9377694bba
@ -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