.inline {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;

    text-decoration: underline;
}

.inline:hover {
    color: var(--blue-500);
}