Always use a non-color indicator to style links within paragraphs, not only on hover. Always underline links within paragraphs.
a {
text-decoration-skip-ink: none;
text-decoration-line: underline;
text-underline-offset: 0.25em;
}
a:hover {
text-decoration-thickness: 3px;
}
Twitter tips from diego, a11y comprehender
For Devs
For Users