Skip to content

Commit

Permalink
Add colors to external urls
Browse files Browse the repository at this point in the history
  • Loading branch information
hrkrshnn committed Jan 17, 2022
1 parent fe85cb0 commit 4314285
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@
% For syntax highlighting
\usepackage{minted}
\setminted[]{frame=single,fontsize=\small,samepage=true,breaklines=true}

\usepackage{xcolor}
\definecolor{spearbitlink}{HTML}{000066}

% For links
\usepackage[hyphens]{url}
\PassOptionsToPackage{hyphens}{url}\usepackage[hidelinks]{hyperref}
\PassOptionsToPackage{hyphens}{url}\usepackage[hidelinks = true, colorlinks = true, linkcolor = black, urlcolor = spearbitlink]{hyperref}

% Fixing a pandoc related error
% https://tex.stackexchange.com/questions/257418/error-tightlist-converting-md-file-into-pdf-using-pandoc
Expand Down

0 comments on commit 4314285

Please sign in to comment.