.menu :where(li ul):before {
  /* background-color: white; */
  width: 2px;
  content: "";
  inset-inline-start: 0;
  position: absolute;
  top: 0.05rem;
  bottom: 0.15rem;
}