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