<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Underline all links in body text */
.md-typeset a {
  text-decoration: underline;
}

/* Optional: Add a distinct style for hover and focus */
.md-typeset a:hover,
.md-typeset a:focus {
  background-color: #e0f7fa; /* subtle highlight */
  outline: 2px solid #0097a7; /* visible focus indicator */
}
</pre></body></html>