I realized I did not add this as a theme option, something I will need to do on an update. Anyway, in the style.css file around line 602, is this:
#footer-wrapper aside a {
color:#fff;
}
That is the link colour. If you want to add a hover colour, you would make it like this:
#footer-wrapper aside a:hover {
color:#fff;
}