@mixin reset-link {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  &:focus, &:hover {
    outline: none;
    text-decoration: none;
    color: inherit;
  }
}