Skip to content

Commit

Permalink
Use named syntax for contrast-bg
Browse files Browse the repository at this point in the history
Clarify intention of argument as defining anticipated background against which to constrast
  • Loading branch information
aduth committed Sep 7, 2021
1 parent 2e4fe16 commit 872dc9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stylesheets/elements/typography/_links.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
@include external-link();

&.usa-link--alt {
@include external-link("base-darker");
@include external-link($contrast-bg: "base-darker");
}
}

0 comments on commit 872dc9e

Please sign in to comment.