/* Raise contrast for interview prompts without changing the overall dark palette. */
[data-md-color-scheme="slate"] .md-typeset blockquote {
  color: hsla(0, 0%, 100%, 0.82);
}

[data-md-color-scheme="slate"] .md-typeset li > a {
  color: #8ab4f8;
}

[data-md-color-scheme="default"] .md-typeset li > a {
  color: #005eb8;
}

.md-typeset li > a {
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.15em;
}
