forked from mirrors/Awesome-CV
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:
parent
d02551a455
commit
8cad64c337
1 changed files with 2 additions and 4 deletions
|
@ -84,14 +84,12 @@
|
|||
% Needed to deal a paragraphs
|
||||
\RequirePackage{parskip}
|
||||
% Needed to deal hyperlink
|
||||
\RequirePackage{hyperref}
|
||||
\RequirePackage[hidelinks]{hyperref}
|
||||
\hypersetup{
|
||||
pdftitle={},
|
||||
pdfauthor={},
|
||||
pdfsubject={},
|
||||
pdfkeywords={},
|
||||
colorlinks=false,
|
||||
allbordercolors=white
|
||||
pdfkeywords={}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue