From 84a2dfbd9eb95eaf36d3c8d92565d33a09adf576 Mon Sep 17 00:00:00 2001 From: Alexel Date: Wed, 16 Aug 2023 15:15:53 -0400 Subject: [PATCH] Couleur de hover pour les liens des documents --- public/css/documentation.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/documentation.css b/public/css/documentation.css index 80d886a..c1080c5 100644 --- a/public/css/documentation.css +++ b/public/css/documentation.css @@ -36,7 +36,7 @@ } .documentationDocument:hover { - background-color: rgba(); + background-color: rgba(255, 86, 60, 0.2); } .documentationLien {