Skip to content

Commit 8145f0e

Browse files
committed
Make the Stripes look more like the design
1 parent 5374f44 commit 8145f0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/conf/2025/components/footer/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function Stripes() {
8585
dark:[--end-1:hsl(var(--color-pri-base)/.9)]
8686
8787
[--start-2:transparent]
88-
[--end-2:hsl(var(--color-pri-dark)/0.8)]
88+
[--end-2:hsl(var(--color-pri-base)/.6)]
8989
dark:[--start-2:rgba(255,204,239,.1)]
9090
dark:[--end-2:hsl(var(--color-pri-base)/.8)]
9191
@@ -95,8 +95,8 @@ function Stripes() {
9595
style={{
9696
maskImage: `url(${blurBean.src})`,
9797
WebkitMaskImage: `url(${blurBean.src})`,
98-
maskPosition: "center 250px",
99-
WebkitMaskPosition: "center 250px",
98+
maskPosition: "center 260px",
99+
WebkitMaskPosition: "center 260px",
100100
maskSize: "200% 100%",
101101
WebkitMaskSize: "200% 100%",
102102
maskRepeat: "no-repeat",

0 commit comments

Comments
 (0)