mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Dark mode input field background fix
no refs. - The background color of the announcement bar input field and its container's background color was slightly off in dark mode
This commit is contained in:
parent
5f266a11db
commit
792834e742
1 changed files with 4 additions and 0 deletions
|
@ -3716,6 +3716,10 @@ p.theme-validation-details {
|
|||
word-break: break-word;
|
||||
}
|
||||
|
||||
.gh-announcement-editor.dark {
|
||||
background: #15171A;
|
||||
}
|
||||
|
||||
.gh-announcement-editor .koenig-lexical *,
|
||||
.gh-announcement-editor .koenig-lexical-editor-input-placeholder {
|
||||
font-family: var(--font-family) !important;
|
||||
|
|
Loading…
Add table
Reference in a new issue