不要直接使用\usepackage{hyperref},需要使用下面的方式引用hyperref就可以修改超链接、引用的颜色
\usepackage[colorlinks,
linkcolor=blue, %%修改此处为你想要的颜色
anchorcolor=blue, %%修改此处为你想要的颜色
citecolor=blue, %%修改此处为你想要的颜色,例如修改blue为red
]{hyperref}