Skip to content

Commit

Permalink
fix(shs-5987): fix color constrast on links over well background
Browse files Browse the repository at this point in the history
  • Loading branch information
Mari Nez committed Jan 3, 2025
1 parent a12f965 commit 8700535
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@
color: var(--palette--tertiary);

@include hb-themes(('colorful', 'airy')) {
.hc-pairing-ocean .hb-well & {
// Ocean, canyon and montain color pairing override when link is inside a hb-well.
.hc-pairing-ocean .hb-well &,
.hc-paring-canyon .hb-well &,
.hc-paring-mountain .hb-well & {
color: var(--palette--primary);
}
}
Expand Down

0 comments on commit 8700535

Please sign in to comment.