.ProseMirror .inserted.pending {
  background: greenyellow;
}
.ProseMirror .deleted.pending {
  background: #ffa4a4;
}
