Skip to content

Commit 04b016b

Browse files
committed
Correct article section light colour
1 parent 66a78d8 commit 04b016b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/paletteDeclarations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3063,7 +3063,7 @@ const articleSectionBackgroundDark: PaletteFunction = () =>
30633063
sourcePalette.neutral[10];
30643064

30653065
const articleSectionTitleLight: PaletteFunction = () =>
3066-
sourcePalette.neutral[0];
3066+
sourcePalette.neutral[7];
30673067
const articleSectionTitleDark: PaletteFunction = () =>
30683068
sourcePalette.neutral[86];
30693069

0 commit comments

Comments
 (0)