Skip to content

Commit

Permalink
fix(css): handle link hover color on dark bg in bg-variant mixin (#…
Browse files Browse the repository at this point in the history
…1446)

Co-authored-by: Julien Déramond <[email protected]>
  • Loading branch information
louismaximepiton and julien-deramond authored Nov 8, 2022
1 parent fb0b77f commit a6952b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/mixins/_background-variant.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
background-color: $color !important;

@if $contrast != $black {
a {
a:not(:hover) {
color: $contrast;
}
}
Expand Down

0 comments on commit a6952b7

Please sign in to comment.