mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Lighten overlay on header bg
- Increase support for light styles
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user