.revision-current {
  background-color: transparent;
}

.revision-current td:first-of-type {
  position: relative;
}

.revision-current td:first-of-type::before {
  content: "";
  display: block;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 1px;
  height: 100%;
  border-inline-start: 6px solid var(--gin-color-green);
}

