0

I am using biblatex with backend=biber and hyperref package.

In order to control the cite link color, I use

\definecolor{mycolor}{HTML}{065F8F}
\hypersetup{colorlinks,
         citecolor=mycolor,
         linkcolor=black,
         urlcolor=mycolor}

For the biblatex package, I configure style

\usepackage[backend=biber,
    style = authoryear,
    citestyle = authoryear-ibidem,
    hyperref = true,
    ...
]

When I now use the \cite command, it renders something like

Albrecht and Lee, 2012

where you must imagine the 2012 in blue and the rest in black. How can I edit the \cite command so that the complete reference (including the author name) is a link and therefore blue?

Ulu83
  • 165

0 Answers0