Skip to content

Commit

Permalink
fix(global links): use custom props
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybotha committed Jun 12, 2020
1 parent 6bf2c68 commit 7fb9716
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scss/custom/global/_links.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
a {
@include u-link-transition;
@include u-fc--link-states(
$clr-primary,
$clr-primary-lt,
$clr-primary-dk
var(--s-clr-primary),
var(--s-clr-primary-lt),
var(--s-clr-primary-dk)
);
text-decoration: none;

Expand Down

0 comments on commit 7fb9716

Please sign in to comment.