From 3ed48ae68f628b787e4ba98a34e6c51834378bc9 Mon Sep 17 00:00:00 2001 From: Andrew Dunning Date: Mon, 9 Nov 2015 11:10:47 -0500 Subject: Make LaTeX/ConTeXt link colour optional. Prevents a conflict when base text is not black. This makes the `hidelinks` option redundant. --- default.context | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'default.context') diff --git a/default.context b/default.context index 519311256..cba3f28b7 100644 --- a/default.context +++ b/default.context @@ -21,8 +21,8 @@ $if(keywords)$ keyword={$for(keywords)$$keywords$$sep$; $endfor$}, $endif$ style=$if(style)$$style$$else$normal$endif$, - color=$if(linkcolor)$$linkcolor$$else$black$endif$, - contrastcolor=$if(linkcolor)$$linkcolor$$else$black$endif$] + color=$linkcolor$, + contrastcolor=$linkcolor$] % make chapter, section bookmarks visible when opening document \placebookmarks[chapter, section, subsection, subsubsection, subsubsubsection, subsubsubsubsection][chapter, section] \setupinteractionscreen[option=bookmark] -- cgit v1.2.3