From ca7ca53d5cd18f14c84efce983847a9df34172e2 Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Wed, 26 Apr 2023 21:31:37 +0200 Subject: [PATCH] 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 --- ghost/admin/app/styles/app-dark.css | 2 +- ghost/admin/app/styles/layouts/settings.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ghost/admin/app/styles/app-dark.css b/ghost/admin/app/styles/app-dark.css index 67954b089d..d9da2a05be 100644 --- a/ghost/admin/app/styles/app-dark.css +++ b/ghost/admin/app/styles/app-dark.css @@ -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; } diff --git a/ghost/admin/app/styles/layouts/settings.css b/ghost/admin/app/styles/layouts/settings.css index 3c4ffa6bec..013b6767fd 100644 --- a/ghost/admin/app/styles/layouts/settings.css +++ b/ghost/admin/app/styles/layouts/settings.css @@ -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 {