🐛 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:
Kevin Ansfield 2017-10-02 18:49:33 +01:00 committed by Katharina Irrgang
parent 1fc85dd2cd
commit 66805967f9

View File

@ -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%));
}