Rename ConTeXt style
to linkstyle
.
Not necessary to write `normal` to prevent links from rendering as bold.
This commit is contained in:
parent
3ed48ae68f
commit
2823096cb4
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ $endif$
|
|||
$if(keywords)$
|
||||
keyword={$for(keywords)$$keywords$$sep$; $endfor$},
|
||||
$endif$
|
||||
style=$if(style)$$style$$else$normal$endif$,
|
||||
style=$linkstyle$,
|
||||
color=$linkcolor$,
|
||||
contrastcolor=$linkcolor$]
|
||||
% make chapter, section bookmarks visible when opening document
|
||||
|
|
Loading…
Add table
Reference in a new issue