mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03: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
@ -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…
Reference in New Issue
Block a user