Skip to content

Commit

Permalink
Merge branch 'e2e/layout-audio-page' of github.com:guardian/dotcom-re…
Browse files Browse the repository at this point in the history
…ndering into e2e/layout-audio-page
  • Loading branch information
sndrs committed Oct 24, 2024
2 parents cfbdd22 + ab5ac14 commit 7982092
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dotcom-rendering/src/palette.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3285,12 +3285,11 @@ const articleLinkBorderHoverLight: PaletteFunction = ({ design, theme }) => {
if (design === ArticleDesign.Audio) {
return sourcePalette.neutral[86];
}

if (theme === ArticleSpecial.Labs) {
return sourcePalette.neutral[7];
}
if (design === ArticleDesign.Audio) {
return sourcePalette.neutral[86];
}

if (theme === ArticleSpecial.SpecialReport) {
return sourcePalette.specialReport[100];
}
Expand Down

0 comments on commit 7982092

Please sign in to comment.