footer {
    background-color: var(--color-interactive-hover);
    color: var(--color-text-light);
}

footer a {
    color: var(--color-text-light);
    text-decoration: none;
    transition: all .3s ease;
}

footer a:hover {
    color: var(--color-text-tertiary);
    text-decoration: underline;
}