0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

🎨 Improve legibility of theme uploader text in Night Shift (#823)

closes TryGhost/Ghost#8875
- use `var(--midgrey)` for `.gh-image-uploader .description` (only used in file `{{gh-file-uploader}}`)
This commit is contained in:
Vikas 2017-08-17 05:27:03 -05:00 committed by Kevin Ansfield
parent 35ec58f915
commit 0c2e07451a

View file

@ -226,6 +226,10 @@ input,
background: var(--lightgrey);
}
.gh-image-uploader .description {
color: var(--midgrey);
}
.gh-main > section.gh-editor-fullscreen {
background: color(#212A2E l(+2%));
}