/* Queue tool — accent (purple). */
:root {
  --tstp-accent: #7c3aed;
  --tstp-accent-contrast: #ffffff;
  --tstp-link: #7c3aed;
  --tstp-focus: #7c3aed;
}
.tstp-console-page {
  --tstp-accent: #7c3aed;
  --tstp-link: #7c3aed;
  --tstp-focus: #7c3aed;
}
