Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

color=primary prevents URL coloring from working #6

Closed
rdong8 opened this issue Jul 22, 2023 · 2 comments
Closed

color=primary prevents URL coloring from working #6

rdong8 opened this issue Jul 22, 2023 · 2 comments

Comments

@rdong8
Copy link

rdong8 commented Jul 22, 2023

The line here:

https://github.com/sansquoi/PlushCV/blob/c7a9a3f3c0439ea2c6a1567877cc4f2995959a28/PlushCV.cls#L147

will cause this URL to not have any color:

\section{Experience}
\runsubsection{Weyland Yutani Industries}
\descript{| Program Manager}
\location{May 2021 – Current | Tokyo, Japan}
\vspace{\topsep} % Hacky fix for awkward extra vertical space
\begin{tightemize}
\sectionsep
\item \href{www.google.com}{This is a link that has no color}
\end{tightemize}
\sectionsep
@blake-bowen
Copy link

I used this code to color the hyperlinks using the same blue color as the titles.

\hypersetup{colorlinks,urlcolor=title}
\makeatletter
\def\Hy@href#{%
  \addfontfeatures{Color=title}\hyper@normalise\href@
}
\makeatother

@cystema cystema closed this as completed Nov 3, 2023
@cystema
Copy link
Owner

cystema commented Nov 3, 2023

@blake-bowen thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants