[data-component~="views/note_versions/show"] {
  #revert_error {
    color: var(--color-red-400);
  }
  #note_text {
    white-space: pre-line;
  }
}