mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +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;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-announcement-editor.dark {
|
||||||
|
background: #15171A;
|
||||||
|
}
|
||||||
|
|
||||||
.gh-announcement-editor .koenig-lexical *,
|
.gh-announcement-editor .koenig-lexical *,
|
||||||
.gh-announcement-editor .koenig-lexical-editor-input-placeholder {
|
.gh-announcement-editor .koenig-lexical-editor-input-placeholder {
|
||||||
font-family: var(--font-family) !important;
|
font-family: var(--font-family) !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user