Skip to content

Commit

Permalink
fix: fix heading color for clickable hover state when not a link
Browse files Browse the repository at this point in the history
  • Loading branch information
marvel-uiuc committed Aug 8, 2024
1 parent 44b3049 commit 297c546
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ilw-card.css
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ ilw-card {
& > h4,
& > h5,
& > h6 {
color: var(--ilw-card--hover--heading-color);
a {
color: var(--ilw-card--hover--heading-color);
}
Expand Down

0 comments on commit 297c546

Please sign in to comment.