diff --git a/dotcom-rendering/src/components/LatestLinks.importable.tsx b/dotcom-rendering/src/components/LatestLinks.importable.tsx index 29c2dfbc03..cc9646b54e 100644 --- a/dotcom-rendering/src/components/LatestLinks.importable.tsx +++ b/dotcom-rendering/src/components/LatestLinks.importable.tsx @@ -29,6 +29,7 @@ type Props = { const header = css` padding: ${space[2]}px 0; ${textSansBold17}; + color: ${themePalette('--card-headline')}; `; const horizontal = css`