Skip to content

Commit dc29b23

Browse files
authored
Adjust hover for community stats cards (#33)
1 parent a58389e commit dc29b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/community-stats/SynthesizeCardsSection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default function SynthesizeCardsSection() {
4040
<div
4141
key={c.title}
4242
onClick={() => onCardClick(c.link)}
43-
className="flex flex-col flex-1 cursor-pointer pt-[30px] px-6 pb-6 md:pt-6 md:px-9 md:pb-9 bg-midnight-25 border border-midnight-50 rounded-20 transition-all duration-500 hover:shadow-[0px_20px_30px_-15px_rgba(0,0,54,0.08),_0px_1px_2px_0px_rgba(0,0,54,0.04)]"
43+
className="flex flex-col flex-1 cursor-pointer pt-[30px] px-6 pb-6 md:pt-6 md:px-9 md:pb-9 bg-midnight-25 border border-midnight-50 rounded-20 transition-all duration-500 hover:bg-midnight-50 hover:border-midnight-100 hover:shadow-[0px_20px_30px_-15px_rgba(0,0,54,0.08),_0px_1px_2px_0px_rgba(0,0,54,0.04)]"
4444
>
4545
<div className="mb-5">{c.icon}</div>
4646
<h2 className="text-midnight-950 text-2xl font-medium leading-[36px] tracking-xs pb-2 md:pb-1.5 lg:pb-2">

0 commit comments

Comments
 (0)