This commit is contained in:
2026-04-23 20:23:54 +09:00
parent d5519a9eae
commit b31526b2a7
+3 -4
View File
@@ -22,7 +22,7 @@ header::before {
backdrop-filter: blur(12px); backdrop-filter: blur(12px);
mask-image: linear-gradient(to top, mask-image: linear-gradient(to top,
transparent 0%, transparent 0%,
black 75% black 100%
); );
} }
header::after { header::after {
@@ -30,10 +30,9 @@ header::after {
position: absolute; position: absolute;
inset: 0; inset: 0;
z-index: -1; z-index: -1;
background: var(--color-dark-grey); background: linear-gradient(to top,
mask-image: linear-gradient(to top,
transparent 0%, transparent 0%,
black 100% var(--color-dark-grey) 100%
); );
} }