This commit is contained in:
2026-04-25 03:23:18 +09:00
parent f238e618ee
commit 45f9dd9b9b
2 changed files with 30 additions and 43 deletions
+9 -12
View File
@@ -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 */