From d2beefd27c814acdfa248e4ca469e6cad06288a4 Mon Sep 17 00:00:00 2001 From: silvus Date: Mon, 22 Apr 2013 23:10:35 +0200 Subject: [PATCH] Petit correctif des couleurs de la classe "bouton" au hover --- css/style-light.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style-light.css b/css/style-light.css index 926a5cc7..cd2384c3 100644 --- a/css/style-light.css +++ b/css/style-light.css @@ -14,7 +14,7 @@ a, a:hover, a:visited { border: none; } .bouton:hover { - background-color: #040707; + background-color: #222222; color: #F1F1F1; } -- 2.41.0