From 103ea1c182b1980b7d581cd3e3e0efdcad22b28f Mon Sep 17 00:00:00 2001
From: Alice BRENON <alice.brenon@ens-lyon.fr>
Date: Wed, 23 Feb 2022 10:09:37 +0100
Subject: [PATCH] Color clickable links in blue

---
 ICHLL_Brenon.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/ICHLL_Brenon.md b/ICHLL_Brenon.md
index baab964..e9cf276 100644
--- a/ICHLL_Brenon.md
+++ b/ICHLL_Brenon.md
@@ -3,6 +3,11 @@ title: The specificities of encoding encyclopedias: towards a new standard ?
 author: Alice BRENON
 header-includes:
 	\usepackage{textalpha}
+	\usepackage{hyperref}
+	\hypersetup{
+		colorlinks,
+		urlcolor = blue
+	}
 ---
 
 # Dictionaries and encyclopedias
-- 
GitLab