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:
parent
7ab1d0eb40
commit
a16dd5e8dd
1 changed files with 4 additions and 0 deletions
|
@ -877,6 +877,10 @@ input:focus,
|
|||
|
||||
/* Editor */
|
||||
|
||||
.gh-editor-title::placeholder {
|
||||
color: var(--midlightgrey-d2);
|
||||
}
|
||||
|
||||
.gh-btn-editor {
|
||||
background: var(--white) !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue