--
This commit is contained in:
@@ -20,27 +20,24 @@ header::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
z-index: 1;
|
||||
z-index: -1;
|
||||
background: linear-gradient(to top, transparent, var(--color-dark-grey));
|
||||
pointer-events: none;
|
||||
}
|
||||
header > *:not(.header-blur) {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
.header-blur {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
z-index: 0;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 9;
|
||||
pointer-events: none;
|
||||
}
|
||||
.blur-layer {
|
||||
.blur-strip {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
backdrop-filter: blur(var(--blur));
|
||||
-webkit-backdrop-filter: blur(var(--blur));
|
||||
-webkit-mask-image: var(--mask);
|
||||
mask-image: var(--mask);
|
||||
}
|
||||
|
||||
/* Fonts */
|
||||
|
||||
Reference in New Issue
Block a user