a {
  color: gray;
  @include transition(color .3s ease);
  &:hover {
    color: black;
  }
}