Skip to content

Commit

Permalink
Merge pull request #13036 from guardian/lp-update-eoy-thrasher-non-th…
Browse files Browse the repository at this point in the history
…rasher

Change the highlight text colour and CTA hover colour
  • Loading branch information
LAKSHMIRPILLAI authored Dec 19, 2024
2 parents b834ecf + 344d00c commit b3ba879
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const stylesSubCampaign = {
color: ${'#1A2835'};
`,
highlight: css`
background-color: ${'#670055'};
background-color: ${'#016D67'};
color: ${'#F6F6F6'};
padding-left: 2px;
`,
Expand Down Expand Up @@ -413,7 +413,7 @@ export const UsEoy2024: ReactComponent<Props> = ({
},
hover: {
backgroundColour: isSubCampaign
? '#891414'
? '#01544F'
: '#C41C1C',
textColour: '#FFFFFF',
},
Expand Down

0 comments on commit b3ba879

Please sign in to comment.