.Polaris-Link {
  appearance: none;
  display: inline;
  padding: 0;
  background: none;
  border: none;
  font-size: inherit;
  color: color(blue);
  text-decoration: none;
  cursor: pointer;

  &:hover,
  &:focus,
  &:active {
    outline: none;
    color: color(blue, dark);
  }
}
