From e91d644531062339d433b45ada427dcf436011a5 Mon Sep 17 00:00:00 2001 From: Mathieu Limonier Date: Thu, 23 Jul 2026 00:35:40 +0200 Subject: [PATCH] Rendre encore plus visible les liens web --- site/assets/css/custom.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/site/assets/css/custom.css b/site/assets/css/custom.css index e2167f1..aacd185 100644 --- a/site/assets/css/custom.css +++ b/site/assets/css/custom.css @@ -1,3 +1,13 @@ :root { - --link: light-dark(#005a9c, #8cc8ff); + --link: light-dark(#005fcc, #8ab4f8); + /* --link: light-dark(#005a9c, #8cc8ff); */ + + a { + text-decoration: underline; + } + + a:hover, + a:focus { + text-decoration-thickness: 2px; + } } \ No newline at end of file