Skip to content

Commit 84973bd

Browse files
committed
💄 Change drop-shadow
1 parent 0e53e42 commit 84973bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export function Home() {
1010
<>
1111
<div className="flex flex-col items-center justify-center min-h-screen bg-background text-foreground p-4">
1212
<img
13-
style={{ filter: 'drop-shadow(0 0 2em #EA4363)' }}
13+
style={{ filter: 'drop-shadow(0 0 1em #EA4363)' }}
1414
className="h-20 w-20 mb-4 logo"
1515
src={ReactDotCursorLogo}
1616
alt="React Dot Cursor Logo"

0 commit comments

Comments
 (0)