Skip to content

Commit

Permalink
feat(links): updates link colors to match npm branding
Browse files Browse the repository at this point in the history
changes link color and adds underline on hover

[#115174635]
  • Loading branch information
rockbot committed Mar 11, 2016
1 parent 77dc39f commit 086e244
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/pivotal-ui/components/links/links.scss
Expand Up @@ -48,7 +48,6 @@ a{

&:hover, &:focus {
cursor: pointer;
text-decoration: none;
color: lighten($link-color, 6%);
}

Expand Down
2 changes: 1 addition & 1 deletion src/pivotal-ui/components/pui-variables.scss
Expand Up @@ -304,7 +304,7 @@ $text-color: $neutral-3 !default;
// Links
// -------------------------

$link-color: $accent-3;
$link-color: $npm-brand;
$link-hover-color: $accent-4;
$link-hover-decoration: underline !default;

Expand Down

0 comments on commit 086e244

Please sign in to comment.