/* Docs page link hover — scoped to .prose containers to avoid
   underlining all links when hovering anywhere in the article */
.prose a:hover {
  text-decoration: underline;
}
