diff --git a/ghost/admin/app/styles/app-dark.css b/ghost/admin/app/styles/app-dark.css index 0a1be0a959..70a1e3b9de 100644 --- a/ghost/admin/app/styles/app-dark.css +++ b/ghost/admin/app/styles/app-dark.css @@ -877,6 +877,10 @@ input:focus, /* Editor */ +.gh-editor-title::placeholder { + color: var(--midlightgrey-d2); +} + .gh-btn-editor { background: var(--white) !important; }