Update the link color.
This commit is contained in:
parent
ad17fcae52
commit
66b7af9689
1 changed files with 2 additions and 0 deletions
2
hdr.tex
2
hdr.tex
|
@ -13,6 +13,7 @@
|
||||||
\usepackage[dvipsnames]{xcolor}
|
\usepackage[dvipsnames]{xcolor}
|
||||||
\definecolor{Prune}{RGB}{99,0,60}
|
\definecolor{Prune}{RGB}{99,0,60}
|
||||||
\colorlet{PruneLink}{Prune!70!Blue}
|
\colorlet{PruneLink}{Prune!70!Blue}
|
||||||
|
\colorlet{PruneCite}{Prune!60!Red}
|
||||||
\usepackage{mdframed}
|
\usepackage{mdframed}
|
||||||
\usepackage{multirow} %% Pour mettre un texte sur plusieurs rangées
|
\usepackage{multirow} %% Pour mettre un texte sur plusieurs rangées
|
||||||
\usepackage{multicol} %% Pour mettre un texte sur plusieurs colonnes
|
\usepackage{multicol} %% Pour mettre un texte sur plusieurs colonnes
|
||||||
|
@ -53,6 +54,7 @@
|
||||||
urlcolor=PruneLink,
|
urlcolor=PruneLink,
|
||||||
linkcolor=PruneLink,
|
linkcolor=PruneLink,
|
||||||
anchorcolor=PruneLink,
|
anchorcolor=PruneLink,
|
||||||
|
citecolor=PruneCite
|
||||||
}
|
}
|
||||||
|
|
||||||
\setmainfont{Linux Libertine O}
|
\setmainfont{Linux Libertine O}
|
||||||
|
|
Loading…
Reference in a new issue