/* Ant Sequence Dummy -- additive to style.css/ant.css, same design system. */

#seqCanvas {
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  display: block;
}

#seqInfo code {
  background: #262a32;
  border-radius: 3px;
  padding: 0.05rem 0.3rem;
  font-size: 0.85em;
}

.step-note {
  border-top: none;
  padding-top: 0;
  font-style: normal;
  color: var(--accent);
  min-height: 1.2em;
}

.caveat {
  color: #7fe0a0;
}
