Skip to content

Commit 63da276

Browse files
committed
Lower the opacity to make text readable
1 parent 6121576 commit 63da276

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/app/conf/2025/components/get-your-ticket/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { clsx } from "clsx"
22

33
import { ImageLoaded } from "../image-loaded"
4-
import { RepeatingStripes } from "../repeating-stripes"
54

65
import { TicketPeriods } from "./ticket-periods"
76

@@ -45,7 +44,7 @@ function Stripes() {
4544
<ImageLoaded
4645
role="presentation"
4746
image={blurBean}
48-
className="pointer-events-none absolute inset-x-0 bottom-[-385px] top-[-203px] translate-y-12 opacity-0 transition duration-[400ms] ease-linear [mask-position:70%_60%] *:opacity-60 data-[loaded=true]:translate-y-0 data-[loaded=true]:opacity-100 max-3xl:[mask-size:220%] 3xl:[mask-position:70%_39%]"
47+
className="pointer-events-none absolute inset-x-0 bottom-[-385px] top-[-203px] translate-y-12 opacity-0 transition duration-[400ms] ease-linear [mask-position:70%_60%] *:opacity-100 data-[loaded=true]:translate-y-0 data-[loaded=true]:opacity-100 max-3xl:[mask-size:220%] max-md:[mask-size:800%] md:*:opacity-30 lg:*:opacity-50 xl:*:opacity-60 3xl:[mask-position:70%_39%]"
4948
style={{
5049
maskImage: `url(http://github.com/%3Cspan%20class=pl-s1%3E%3Cspan%20class=pl-kos%3E$%7B%3C/span%3E%3Cspan%20class=pl-s1%3EblurBean%3C/span%3E%3Cspan%20class=pl-kos%3E.%3C/span%3E%3Cspan%20class=pl-c1%3Esrc%3C/span%3E%3Cspan%20class=pl-kos%3E%7D%3C/span%3E%3C/span%3E)`,
5150
WebkitMaskImage: `url(http://github.com/%3Cspan%20class=pl-s1%3E%3Cspan%20class=pl-kos%3E$%7B%3C/span%3E%3Cspan%20class=pl-s1%3EblurBean%3C/span%3E%3Cspan%20class=pl-kos%3E.%3C/span%3E%3Cspan%20class=pl-c1%3Esrc%3C/span%3E%3Cspan%20class=pl-kos%3E%7D%3C/span%3E%3C/span%3E)`,

src/app/conf/2025/components/get-your-ticket/ticket-period.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export function TicketPeriod({
1818
return (
1919
<article
2020
className={clsx(
21-
"@container/card flex flex-col border border-pri-lighter bg-pri-light/[0.24] backdrop-blur-md transition [&+&]:border-l-0",
21+
"flex flex-col border border-pri-lighter bg-pri-light/[0.24] backdrop-blur-md transition @container/card max-md:[&+&]:border-t-0 md:[&+&]:border-l-0",
2222
disabled && "opacity-50",
2323
)}
2424
>
@@ -27,7 +27,7 @@ export function TicketPeriod({
2727
</header>
2828
<div className="flex h-full flex-col justify-end gap-6 p-6">
2929
<div className="flex items-end justify-between gap-2">
30-
<span className="@[356px]:typography-h2 text-white typography-h3">
30+
<span className="text-white typography-h3 @[356px]:typography-h2">
3131
{price}
3232
</span>
3333
{/* eslint-disable-next-line tailwindcss/no-custom-classname */}

0 commit comments

Comments
 (0)