Skip to content

Commit 3eda509

Browse files
adamintCopilot
andcommitted
Tone down world card hover: subtle lift + soft glow
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 034e35d commit 3eda509

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

AspireAcademy.Web/src/pages/HomePage.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -768,8 +768,9 @@ export default function HomePage() {
768768
role="link"
769769
tabIndex={0}
770770
_hover={{
771-
transform: 'translateY(-4px)',
772-
boxShadow: `0 4px 20px ${accent}33`,
771+
transform: 'translateY(-3px)',
772+
boxShadow: `0 4px 12px ${accent}22`,
773+
borderColor: accent,
773774
}}
774775
onClick={() => navigate(`/worlds/${w.id}`)}
775776
onKeyDown={(e) => { if (e.key === 'Enter' || e.key === ' ') { e.preventDefault(); navigate(`/worlds/${w.id}`); } }}

0 commit comments

Comments
 (0)