.euiTextDiff {
  del {
    color: $euiColorDangerText;
  }

  ins {
    color: $euiColorSuccessText;
  }
}
