Skip to content

Commit

Permalink
style: remove text-shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlundberg committed Jul 27, 2024
1 parent ede06b6 commit cf8c588
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/components/chart-holding-state.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,13 @@ export default function ChartHoldingState() {
return (
<>
<div
className="h-96 flex flex-col gap-3 items-center justify-center bg-transparent bg-[linear-gradient(to_right,#80808012_1px,transparent_1px),linear-gradient(to_bottom,#80808012_1px,transparent_1px)] bg-[size:100px_100px] glowing-effect relative text-center"
className="h-96 flex flex-col gap-3 items-center justify-center bg-transparent bg-[linear-gradient(to_right,#80808012_1px,transparent_1px),linear-gradient(to_bottom,#80808012_1px,transparent_1px)] bg-[size:48px_48px] glowing-effect relative text-center"
data-test="chart-zone-holding"
>
<h2
className="scroll-m-20 text-3xl font-extrabold tracking-tight lg:text-5xl"
style={{ textShadow: "#FC0 0 0 140px" }}
>
<h2 className="scroll-m-20 text-3xl font-extrabold tracking-tight lg:text-5xl">
Release your curiosity
</h2>
<h3
className="scroll-m-20 text-xl font-bold tracking-tight lg:text-3xl italic"
style={{ textShadow: "#FC0 0 0 140px" }}
>
<h3 className="scroll-m-20 text-xl font-bold tracking-tight lg:text-3xl italic">
&quot;Discover the world around you&quot;
</h3>
</div>
Expand Down

0 comments on commit cf8c588

Please sign in to comment.