20-10-2010, 12:00 AM
I don't know if you could change it somehow using a plugin such as Stylish?
You'd just need to edit the a:links, here:
They can be found in global.css, Firebug is an amazing plugin to help you find stuff.
You'd just need to edit the a:links, here:
Code:
a:link {
color:#FFFFFF;
text-decoration:none;
}
a:visited {
color:#FFFFFF;
text-decoration:none;
}
a:hover, a:active {
color:#999999;
text-decoration:underline;
}
They can be found in global.css, Firebug is an amazing plugin to help you find stuff.