/* Underline in-content links so they read as links, not just tinted text. */
.md-typeset a {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.md-typeset a:hover {
  text-decoration: underline;
}
