@keyframes flash-highlight {
  from {
    background-color: var(--highlight-bg-color);
  }

  to {
    background-color: var(--bg);
  }
}
