From 3eb462698096310d2edb0520882a2a9401445909 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 30 May 2013 16:18:29 -0400 Subject: [PATCH] ts.tex: Color URL links dark blue Give folks an unobtrusive visual cue to hint at the presence of links. --- ts.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts.tex b/ts.tex index f82a2a9..d522072 100644 --- a/ts.tex +++ b/ts.tex @@ -20,7 +20,7 @@ \hypersetup{filecolor=black} \hypersetup{menucolor=black} \hypersetup{runcolor=black} -\hypersetup{urlcolor=blue} +\hypersetup{urlcolor=[rgb]{0, 0, 0.7}} \usepackage[super,sort&compress,comma]{natbib} % super selects citations in superscript mode -- 2.26.2