/* ====================================================================
 * Static-site deltas. home.css is kept verbatim from the Rails app,
 * so every intentional change to it lives here instead.
 * ==================================================================== */

/* The emails are now mailto: links. The template's global `a` colour is
 * #000000 (built for light sections), which is invisible on the dark
 * intro, so inherit the h5 colour and reuse the template's hover pink. */
.intro-content h5 a,
.intro-content h5 a:visited {
  color: inherit;
}

.intro-content h5 a:hover,
.intro-content h5 a:focus,
.intro-content h5 a:active {
  color: #FF0077;
}
