.text-inherit {
  &,
  &:hover,
  &:focus {
    color: inherit;
    text-decoration: inherit;
  }
}
