This commit is contained in:
2026-04-23 20:21:35 +09:00
parent 2d601d918b
commit d5519a9eae
+11 -1
View File
@@ -20,12 +20,22 @@ header::before {
inset: 0; inset: 0;
z-index: -1; z-index: -1;
backdrop-filter: blur(12px); backdrop-filter: blur(12px);
background: color-mix(in srgb, var(--color-dark-grey) 50%, transparent);
mask-image: linear-gradient(to top, mask-image: linear-gradient(to top,
transparent 0%, transparent 0%,
black 75% 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 */ /* Fonts */
@font-face { @font-face {