Skip to content

Commit 0f7f969

Browse files
committed
Add a bit darker background grey colour
1 parent 13669de commit 0f7f969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/AdSlot.web.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ const topAboveNavBackground = css`
410410
margin: 0 auto;
411411
height: ${getMinHeight(250)}px;
412412
width: 970px;
413-
background-color: ${palette.neutral[93]};
413+
background-color: ${palette.neutral[86]};
414414
}
415415
`;
416416

0 commit comments

Comments
 (0)