Petit correctif des couleurs de la classe "bouton" au hover

This commit is contained in:
silvus 2013-04-22 23:10:35 +02:00
parent 8af1077265
commit d2beefd27c

View file

@ -14,7 +14,7 @@ a, a:hover, a:visited {
border: none;
}
.bouton:hover {
background-color: #040707;
background-color: #222222;
color: #F1F1F1;
}