deedy / Deedy-Resume

A one page , two asymmetric column resume template in XeTeX that caters to an undergraduate Computer Science student
Apache License 2.0
4.74k stars 1.25k forks source link

Enable colored links #41

Closed ramyaragupathy closed 6 years ago

ramyaragupathy commented 6 years ago

Is there a way to enable colors in for the hyperlinks within the body?

ramyaragupathy commented 6 years ago

This works fine with removing color=primary which overrides the hyperlink color choice and then adding

\usepackage{hyperref}
\hypersetup{colorlinks, breaklinks, urlcolor=SkyBlue, linkcolor=SkyBlue}

before the \begin of the document