From fb45c579329501a2cf75c940f2a6c04a91cc313f Mon Sep 17 00:00:00 2001 From: Daniel Kreiseder Date: Fri, 7 Jan 2022 19:12:27 +0100 Subject: [PATCH] Fix kbd Tag color in dark mode (#2176) refs: TryGhost#13616 From danimajo "fix the text color of the kdb tag in dark mode to dark text" --- ghost/admin/app/styles/app-dark.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ghost/admin/app/styles/app-dark.css b/ghost/admin/app/styles/app-dark.css index 0648a50e14..2ff448c20f 100644 --- a/ghost/admin/app/styles/app-dark.css +++ b/ghost/admin/app/styles/app-dark.css @@ -1061,3 +1061,8 @@ input:focus, .kg-header-card.kg-style-dark { background: #08090C; } + +kbd { + color: #394047; +} +