0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Fixed minor UI bugs for announcement bar dark mode

refs. https://github.com/TryGhost/Team/issues/3112

- the font color in the announcement input field was not prepared for dark mode
- the first background swatch had an unwanted border setting
This commit is contained in:
Peter Zimon 2023-04-26 21:31:37 +02:00
parent fddb0fe965
commit ca7ca53d5c
2 changed files with 4 additions and 1 deletions

View file

@ -277,7 +277,7 @@ input:focus,
background: var(--whitegrey-l2);
}
.gh-btn-group .gh-btn:first-of-type {
.gh-btn-group:not(.kg-settings-headerstyle-btn-group) .gh-btn:first-of-type {
border-right: none !important;
}

View file

@ -3726,6 +3726,9 @@ p.theme-validation-details {
.gh-announcement-editor .koenig-lexical p,
.gh-announcement-editor .koenig-lexical .kg-prose {
height: 108px;
color: var(--darkgrey);
font-size: 1.4rem !important;
line-height: 1.5em !important;
}
.gh-announcement-editor .koenig-lexical a {