]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - css/style-light.css
Reprise du style de l'écran de connexion
[github/wallabag/wallabag.git] / css / style-light.css
index 5b9c6c11da5d9acaf3a1cae484ad2014ee00cbc6..926a5cc7e8b4a00e838b97767a5a46b146b09736 100644 (file)
@@ -8,6 +8,16 @@ a, a:hover, a:visited {
     color: #000;
 }
 
+.bouton {
+       background-color: #000;
+    color: #fff;
+    border: none;
+}
+.bouton:hover {
+       background-color: #040707;
+    color: #F1F1F1;
+}
+
 #main ul#links li a.current {
     background-color: #000;
     color: #fff;