Lighten overlay on header bg
- Increase support for light styles
This commit is contained in:
parent
0baa6f4488
commit
d93e6a612e
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ const BackgroundImageOverlay = styled.div`
|
|||
z-index: 10;
|
||||
width: 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
|
||||
|
|
Reference in a new issue