From: silvus Date: Mon, 22 Apr 2013 21:10:35 +0000 (+0200) Subject: Petit correctif des couleurs de la classe "bouton" au hover X-Git-Tag: 0.2.1~2^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=inline;h=d2beefd27c814acdfa248e4ca469e6cad06288a4;p=github%2Fwallabag%2Fwallabag.git Petit correctif des couleurs de la classe "bouton" au hover --- 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; }