From c0d5711d6dd09361db5957129f0573717ac81397 Mon Sep 17 00:00:00 2001 From: Sanne de Vries Date: Fri, 3 Dec 2021 14:08:18 +0000 Subject: [PATCH] Added link styling for callout card with brand color as background Refs https://github.com/TryGhost/Team/issues/1206 --- core/frontend/src/cards/css/callout.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/frontend/src/cards/css/callout.css b/core/frontend/src/cards/css/callout.css index 032cf98870..5cbdcce013 100644 --- a/core/frontend/src/cards/css/callout.css +++ b/core/frontend/src/cards/css/callout.css @@ -42,6 +42,10 @@ color: #fff; } +.kg-callout-card-accent a { + color: #fff; +} + .kg-callout-emoji { padding-right: .8em; line-height: 1.3em;