Change the color of the navigation menu in footer

Hi there
First of all: Thanks for an amazing theme!

I’m having trouble correcting the text color in the footer at the navigation menu.
Right now it is gray but I would like it to be white - like the rest of the text. Here is a link to my site: http://broel.dk/

Hope someone can help me :slight_smile:

Hello there,

I hope you are doing well today.

This CSS should help you:


footer#footer a {
    color: white;
}

Best Regards,
Support