Skip to content

Commit

Permalink
Apply a hover style to card component
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo committed Feb 29, 2024
1 parent 91d93c5 commit b0ae5cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/css/components/card.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@
font-size: var(--font-size-xs);
font-weight: normal;
}

.jam-card:hover > .jam-card__title {
text-decoration: underline;
}

0 comments on commit b0ae5cd

Please sign in to comment.