.comment {
  transition: background-color 2s ease;
}

.comment.-new {
  background-color: rgba(var(--bs-warning-rgb), 1);
}
