div.site-links-container .site-link a {
    color: var(--white);
    font-weight: 700;
}

div.site-links-container .site-link a:hover {
    text-decoration: underline;
}