--
This commit is contained in:
@@ -22,7 +22,7 @@ header::before {
|
|||||||
backdrop-filter: blur(12px);
|
backdrop-filter: blur(12px);
|
||||||
mask-image: linear-gradient(to top,
|
mask-image: linear-gradient(to top,
|
||||||
transparent 0%,
|
transparent 0%,
|
||||||
black 75%
|
black 100%
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
header::after {
|
header::after {
|
||||||
@@ -30,10 +30,9 @@ header::after {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
background: var(--color-dark-grey);
|
background: linear-gradient(to top,
|
||||||
mask-image: linear-gradient(to top,
|
|
||||||
transparent 0%,
|
transparent 0%,
|
||||||
black 100%
|
var(--color-dark-grey) 100%
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user