Skip to content

Commit

Permalink
use headline colour for latest links title text (#12723)
Browse files Browse the repository at this point in the history
  • Loading branch information
cemms1 authored Oct 30, 2024
1 parent cfef984 commit 686e02a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotcom-rendering/src/components/LatestLinks.importable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ type Props = {
const header = css`
padding: ${space[2]}px 0;
${textSansBold17};
color: ${themePalette('--card-headline')};
`;

const horizontal = css`
Expand Down

0 comments on commit 686e02a

Please sign in to comment.