deedy / Deedy-Resume

A one page , two asymmetric column resume template in XeTeX that caters to an undergraduate Computer Science student

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable colored links

ramyaragupathy opened this issue · comments

commented

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

commented

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