Skip to content

Commit

Permalink
SWED-2275 style cards on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenraphti committed Mar 13, 2024
1 parent 5267f5d commit a1e187d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/less/components/card.less
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@
transition: all var(--transition-duration) cubic-bezier(1, 0, 0, 1);

.h4 {
color: var(--white);
transition: all var(--transition-duration) cubic-bezier(1, 0, 0, 1);
color: inherit;
transition: inherit;
}
}

Expand Down

0 comments on commit a1e187d

Please sign in to comment.