mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
🐛 Fixed unreadable HTML property colours in Night Shift mode (#885)
closes https://github.com/TryGhost/Ghost/issues/9080 - increase lightness of the default CodeMirror html property colour
This commit is contained in:
parent
1fc85dd2cd
commit
66805967f9
@ -333,3 +333,7 @@ input,
|
||||
.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) {
|
||||
background: rgba(255, 0, 0, .30);
|
||||
}
|
||||
|
||||
.CodeMirror .CodeMirror-code .cm-string {
|
||||
color: color(#183691 l(+25%));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user