.md-typeset a:focus,
.md-typeset a:hover {
  color: var(--md-primary-fg-color--dark);
  text-decoration: underline;
  text-decoration-color: var(--md-primary-fg-color);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

.md-typeset a:focus code,
.md-typeset a:hover code {
  color: var(--md-primary-fg-color--dark);
}
