Skip to content

Commit

Permalink
fix(shs-5677): wrong color link for a vertical linked card (#1571)
Browse files Browse the repository at this point in the history
Co-authored-by: Mari Nez <mariannuar@gmail.com>
  • Loading branch information
mariannuar and Mari Nez authored Jul 8, 2024
1 parent 5050b7c commit aeffd4c
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,20 @@
color: var(--palette--white);
text-decoration: none;

// Warbler color pairing override.
.ht-pairing-warbler & {
color: var(--palette--white);
}

&:hover,
&:focus {
color: var(--palette--white);

background-image: none;

// Warbler color pairing override.
.ht-pairing-warbler & {
color: var(--palette--white);
}
}
}

Expand Down

0 comments on commit aeffd4c

Please sign in to comment.