Skip to content

Commit

Permalink
feat(links): adds underlined link style, .link-simple
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole Sullivan committed Mar 14, 2016
1 parent cca055f commit 0385d21
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pivotal-ui/components/links/links.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ a{
}
}

.link-simple {
@extends .link-lowlight;
text-decoration: underline;
}

.link-inverse {
color: $link-inverse-color;

Expand Down

0 comments on commit 0385d21

Please sign in to comment.