We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 856dc81 commit 67b745eCopy full SHA for 67b745e
src/app/conf/2025/components/hero/index.tsx
@@ -93,7 +93,7 @@ function Stripes() {
93
}}
94
>
95
<div
96
- className="absolute inset-0 bg-[linear-gradient(180deg,hsl(var(--color-pri-light))_0%,hsl(319deg_100%_90%_/_0.4)_100%)] dark:bg-[linear-gradient(180deg,hsl(var(--color-pri-dark))_0%,hsl(319_100%_20%_/_1)_100%)]"
+ className="absolute inset-0 bg-[linear-gradient(180deg,hsl(var(--color-pri-light))_0%,hsl(319deg_100%_90%_/_0.2)_100%)] dark:bg-[linear-gradient(180deg,hsl(var(--color-pri-dark))_0%,hsl(319_100%_20%_/_1)_100%)]"
97
style={{
98
maskImage: maskEven,
99
WebkitMaskImage: maskEven,
0 commit comments