a {
    text-decoration: none;
    color: var(--color-base);
}

a:hover, a:focus {
    color: var(--color-dark);
}