mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +03:00
Fixed code highlighting in code injection in dark mode
no issue
This commit is contained in:
parent
fa1861aad3
commit
88c0cca873
@ -646,7 +646,7 @@ input:focus,
|
||||
}
|
||||
|
||||
.settings-code-editor .CodeMirror {
|
||||
color: var(--black);
|
||||
color: var(--darkgrey);
|
||||
}
|
||||
|
||||
.settings-code-editor .CodeMirror-cursor {
|
||||
@ -681,6 +681,22 @@ input:focus,
|
||||
color: color-mod(#183691 l(+25%));
|
||||
}
|
||||
|
||||
.settings-code-editor .CodeMirror .cm-variable, .settings-code-editor .CodeMirror .cm-variable-2, .settings-code-editor .CodeMirror .cm-meta {
|
||||
color: var(--black);
|
||||
}
|
||||
|
||||
.settings-code-editor .CodeMirror .cm-property {
|
||||
color: var(--middarkgrey);
|
||||
}
|
||||
|
||||
.settings-code-editor .CodeMirror .cm-number {
|
||||
color: color-mod(#164 l(+25%));
|
||||
}
|
||||
|
||||
.settings-code-editor .CodeMirror .cm-keyword {
|
||||
color: color-mod(#5A5CAD l(+20%));
|
||||
}
|
||||
|
||||
.id-github img,
|
||||
.id-typeform img,
|
||||
.id-buffer img,
|
||||
|
Loading…
Reference in New Issue
Block a user