Forgive me please for not getting it, but when I search for "font" or "color" in templates, considering the broadest possible tag I see a list that does not include additional.css or main-rollup.css:
When I search for footer, in stylevars there are a ton that come up, but none that override the wrong color.
I can always create my own in vbulletin-chrome.css, but I am finding that often or many times when doing so, it doesn't override the more specific css that gives me difficulty.
What's more, vb-chrome.css already has: .footer a { color:{vb:stylevar footer_link_color}; }
.footer a:hover { color:{vb:stylevar footer_linkhover_color}; }
Both are changed in stylevars to #ffffff but are not displaying as such.