Lighten overlay on header bg

- Increase support for light styles
This commit is contained in:
jeffvli 2023-01-02 18:20:17 -08:00
parent 0baa6f4488
commit d93e6a612e

View file

@ -49,7 +49,7 @@ const BackgroundImageOverlay = styled.div`
z-index: 10; z-index: 10;
width: 100%; width: 100%;
height: 100%; height: 100%;
background: linear-gradient(rgba(0, 0, 0, 50%), rgba(0, 0, 0, 50%)); background: linear-gradient(rgba(0, 0, 0, 30%), rgba(0, 0, 0, 30%));
`; `;
export interface PageHeaderProps export interface PageHeaderProps