Skip to content

Commit

Permalink
styles
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabib committed Dec 23, 2024
1 parent b8cb3a3 commit 52160b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/lib/components/portfolio/Card.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
background: var(--card-background);
/* Designs use a different shadow */
box-shadow: var(--box-shadow);
transition: color var(--animation-time-normal);
transition:
color var(--animation-time-normal),
box-shadow var(--animation-time-normal);
/* Designs define it as 16px */
border-radius: var(--border-radius);
}
Expand Down

0 comments on commit 52160b1

Please sign in to comment.