我怎样才能放置或调整其大小以适合这样的fbox
参考?\cite{author}
\usepackage{xcolor}
\usepackage[hidelinks]{hyperref}
\begin{document}
\newcommand{\cfbox}[2]{%
\colorlet{currentcolor}{.}%
{\color{#1}%
\fbox{\color{currentcolor}#2}}%
}
\hypersetup{backref=true,
pagebackref=true,
hyperindex=true,
colorlinks=true,
breaklinks=true,
urlcolor= black,
linkcolor= blue,
bookmarks=true,
bookmarksopen=false,
filecolor=black,
citecolor=black,
linkbordercolor=blue
}
\end{document}
citecolor green citation links (bibliography) \cfbox{green}{\cite{bib00}}