I'm using hyperref to add pdf hyperlinks to all references in my document.
I am using the pagebackref option, so in the bibliography I get a nice list of links to the pages the reference appeared. The page numbers are preceded by "-> pages" but this text is a light shade of grey.
I disabled colour boxes but I don't seem to be able to modify the colour of this text. Any ideas? It is too light right now. Here's the code I'm using:
\usepackage[bookmarks,bookmarksnumbered, colorlinks=true, allcolors=black,citecolor=black,
filecolor=black, linkcolor=black, pagecolor=black, urlcolor=black,
pagebackref,linktocpage
]{hyperref}