I would like to color the entire citation. I am working with this citation style, using biblatex: Author Year. Hyperref is only coloring the year.
Also, I would like Year to be in parentheses.
\documentclass{article}
\usepackage{times}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[style=authoryear,sorting=nyt,backend=bibtex,url=false,maxcitenames=1,doi=false,isbn=false,url=false]{biblatex}
\usepackage[expansion=alltext,stretch=30]{microtype}
\usepackage[colorlinks,citecolor=blue,pdftex,urlcolor=blue]{hyperref}
\addbibresource{tesis.bib}
\begin{document}
Thanks in advance,
Joaquín