/* TSTP Notes tool — Console accent */
:root {
  --tstp-accent: #3b82f6;
  --tstp-accent-contrast: #ffffff;
  --tstp-link: #3b82f6;
  --tstp-focus: #3b82f6;
}
.tstp-console-page {
  --tstp-accent: #3b82f6;
  --tstp-link: #3b82f6;
  --tstp-focus: #3b82f6;
}
