]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Petit correctif des couleurs de la classe "bouton" au hover 72/head
authorsilvus <silvus@silvus.fr>
Mon, 22 Apr 2013 21:10:35 +0000 (23:10 +0200)
committersilvus <silvus@silvus.fr>
Mon, 22 Apr 2013 21:10:35 +0000 (23:10 +0200)
css/style-light.css

index 926a5cc7e8b4a00e838b97767a5a46b146b09736..cd2384c34164420b82ec281cfba53d11637f37be 100644 (file)
@@ -14,7 +14,7 @@ a, a:hover, a:visited {
     border: none;
 }
 .bouton:hover {
-       background-color: #040707;
+       background-color: #222222;
     color: #F1F1F1;
 }