Skip to content

Commit

Permalink
Fix hover on media cards
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannakok committed Mar 21, 2023
1 parent a905424 commit dfcb697
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@
color: $special-report-alt-dark;
}

&:hover,
.u-faux-block-link--hover {
background-color: darken($special-report-alt-faded, 2%);
}

.fc-sublink__link {
color: $special-report-alt-dark;
}
Expand Down

0 comments on commit dfcb697

Please sign in to comment.