diff --git a/dotcom-rendering/src/components/LatestLinks.importable.tsx b/dotcom-rendering/src/components/LatestLinks.importable.tsx index cc9646b54ef..dc386ffd0a7 100644 --- a/dotcom-rendering/src/components/LatestLinks.importable.tsx +++ b/dotcom-rendering/src/components/LatestLinks.importable.tsx @@ -61,7 +61,7 @@ const bold = css` width: 0.75em; margin-right: ${space[1]}px; display: inline-block; - background-color: currentColor; + background-color: ${themePalette('--card-kicker-text')}; border-radius: 100%; } `; @@ -186,7 +186,7 @@ export const LatestLinks = ({ {index > 0 && (
)}