From 1bc64dc7e46ed1de25ab8bc95bf15a5a322e3457 Mon Sep 17 00:00:00 2001 From: Sanne de Vries Date: Mon, 6 Dec 2021 11:02:21 +0000 Subject: [PATCH] Fixed callout card link invisible on brand-color background in AMP --- core/frontend/apps/amp/lib/views/amp.hbs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/frontend/apps/amp/lib/views/amp.hbs b/core/frontend/apps/amp/lib/views/amp.hbs index e939f1dd06..ecceb789be 100644 --- a/core/frontend/apps/amp/lib/views/amp.hbs +++ b/core/frontend/apps/amp/lib/views/amp.hbs @@ -625,6 +625,10 @@ color: #fff; } + .kg-callout-card-accent a { + color: #fff; + } + .kg-callout-emoji { padding-right: 16px; line-height: 1.3;