aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorsilvus <silvus@silvus.fr>2013-04-22 23:10:35 +0200
committersilvus <silvus@silvus.fr>2013-04-22 23:10:35 +0200
commitd2beefd27c814acdfa248e4ca469e6cad06288a4 (patch)
treec28cb3df3f1069934ec1be771e344879a7d09222
parent8af1077265829b1f10623c5c1348089bada9c775 (diff)
downloadwallabag-d2beefd27c814acdfa248e4ca469e6cad06288a4.tar.gz
wallabag-d2beefd27c814acdfa248e4ca469e6cad06288a4.tar.zst
wallabag-d2beefd27c814acdfa248e4ca469e6cad06288a4.zip
Petit correctif des couleurs de la classe "bouton" au hover
-rw-r--r--css/style-light.css2
1 files changed, 1 insertions, 1 deletions
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 {
14 border: none; 14 border: none;
15} 15}
16.bouton:hover { 16.bouton:hover {
17 background-color: #040707; 17 background-color: #222222;
18 color: #F1F1F1; 18 color: #F1F1F1;
19} 19}
20 20