diff options
author | Andrew Dunning <andunning@gmail.com> | 2015-11-09 11:10:47 -0500 |
---|---|---|
committer | Andrew Dunning <andunning@gmail.com> | 2015-11-09 11:10:47 -0500 |
commit | 3ed48ae68f628b787e4ba98a34e6c51834378bc9 (patch) | |
tree | a4235f064dfe6a39f4de5296d84f2b43e1cb531b /default.context | |
parent | e7f2258c8999561012479841687858870c8e3216 (diff) | |
download | pandoc-3ed48ae68f628b787e4ba98a34e6c51834378bc9.tar.gz |
Make LaTeX/ConTeXt link colour optional.
Prevents a conflict when base text is not black. This makes the
`hidelinks` option redundant.
Diffstat (limited to 'default.context')
-rw-r--r-- | default.context | 4 |
1 files changed, 2 insertions, 2 deletions
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] |