--
This commit is contained in:
@@ -20,12 +20,22 @@ header::before {
|
||||
inset: 0;
|
||||
z-index: -1;
|
||||
backdrop-filter: blur(12px);
|
||||
background: color-mix(in srgb, var(--color-dark-grey) 50%, transparent);
|
||||
mask-image: linear-gradient(to top,
|
||||
transparent 0%,
|
||||
black 75%
|
||||
);
|
||||
}
|
||||
header::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
z-index: -1;
|
||||
background: var(--color-dark-grey);
|
||||
mask-image: linear-gradient(to top,
|
||||
transparent 0%,
|
||||
black 100%
|
||||
);
|
||||
}
|
||||
|
||||
/* Fonts */
|
||||
@font-face {
|
||||
|
||||
Reference in New Issue
Block a user