Fixed broken post-title background color in dark mode (#20287)

No ref
This commit is contained in:
Sanne de Vries 2024-05-30 10:10:09 +02:00 committed by GitHub
parent 46f0efe463
commit b14dfebe2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -744,6 +744,11 @@ input:focus,
/* Editor */
.gh-editor-title,
.gh-editor-subtitle {
background: var(--white);
}
.gh-editor-title::placeholder {
color: var(--midlightgrey-d2);
}