/* Make hyperlinks more obvious */

.md-typeset a {
    color:#0066cc; /* A standard link blue */
    text-decoration: underline;
    font-weight: 500;
}

/* Optional: stronger hover effect */

.md-typeset a:hover {
    text-decoration-thickness: 3px;
}