mirror of
https://github.com/corda/corda.git
synced 2024-12-20 21:43:14 +00:00
Get rid of ugly boxes around hyperlinks in the intro wp.
This commit is contained in:
parent
940ce78e1c
commit
5ef7524d6d
@ -16,6 +16,14 @@
|
|||||||
\renewcommand{\thefootnote}{\alph{footnote}}
|
\renewcommand{\thefootnote}{\alph{footnote}}
|
||||||
\setlength\epigraphwidth{4.5cm}
|
\setlength\epigraphwidth{4.5cm}
|
||||||
\setlength\epigraphrule{0pt}
|
\setlength\epigraphrule{0pt}
|
||||||
|
% Get rid of ugly boxes around clickable links
|
||||||
|
\usepackage{xcolor}
|
||||||
|
\hypersetup{
|
||||||
|
colorlinks,
|
||||||
|
linkcolor={blue!50!black},
|
||||||
|
citecolor={blue!50!black},
|
||||||
|
urlcolor={blue!80!black}
|
||||||
|
}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user