/**
 * Username Changer - Frontend Styles
 * Author profile link and display name styling.
 */
a.author-url,
.author a,
span.author a {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}
