Fix header icon crop

hyperref box makes header social icons seem cropped. Fix by adding hidelink option to hyperref and removing color/border arguments.
This commit is contained in:
Jongbin Jung 2015-12-30 14:55:01 -08:00
parent d02551a455
commit 8cad64c337

View file

@ -84,14 +84,12 @@
% Needed to deal a paragraphs % Needed to deal a paragraphs
\RequirePackage{parskip} \RequirePackage{parskip}
% Needed to deal hyperlink % Needed to deal hyperlink
\RequirePackage{hyperref} \RequirePackage[hidelinks]{hyperref}
\hypersetup{ \hypersetup{
pdftitle={}, pdftitle={},
pdfauthor={}, pdfauthor={},
pdfsubject={}, pdfsubject={},
pdfkeywords={}, pdfkeywords={}
colorlinks=false,
allbordercolors=white
} }