0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Fixed post title placeholder being invisible in dark mode

This commit is contained in:
Sanne de Vries 2022-08-04 18:04:55 +02:00
parent 7ab1d0eb40
commit a16dd5e8dd

View file

@ -877,6 +877,10 @@ input:focus,
/* Editor */
.gh-editor-title::placeholder {
color: var(--midlightgrey-d2);
}
.gh-btn-editor {
background: var(--white) !important;
}