Skip to content

Commit

Permalink
vuestorefront#2932 Added Primary color to links
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Klein committed May 24, 2019
1 parent 1aa03f1 commit 2577d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/themes/default/css/base/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ body {
}

a {
color: inherit;
color: color(primary);
position: relative;
text-decoration: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}

Expand Down

0 comments on commit 2577d59

Please sign in to comment.