@mixin singleLinkColor($color) {
  color: $color;

  &:link, &:hover, &:active, &:visited {
    color: $color;
  }
}
