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:
		@@ -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={}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user