From e2c062110b7323eb3d3b5e75d92d31d186fe88a7 Mon Sep 17 00:00:00 2001 From: theo1 Date: Mon, 8 Feb 2021 16:29:10 +0100 Subject: [PATCH] un peu de style sur les liens --- themes/jean-cloud/static/css/main.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/jean-cloud/static/css/main.css b/themes/jean-cloud/static/css/main.css index b90beb7..6db12f1 100644 --- a/themes/jean-cloud/static/css/main.css +++ b/themes/jean-cloud/static/css/main.css @@ -16,6 +16,11 @@ a { color: #df7366; } +a:hover { + text-decoration: underline; + color: #e99e96; +} + #header a, nav a { color: inherit; }