:root {
    --rt-color-link: var(--color-purple-800);
}

a {
    cursor: pointer;
}

a, a:active, a:focus, a:visited {
    text-decoration: none;
    color: var(--rt-color-link);
}

a:hover {
    text-decoration: underline;
}