[CSS] + footer
authorJohan GIRAUD <johangiraud1@gmail.com>
Sun, 8 Feb 2015 15:26:55 +0000 (16:26 +0100)
committerJohan GIRAUD <johangiraud1@gmail.com>
Sun, 8 Feb 2015 15:26:55 +0000 (16:26 +0100)
css/habillage.css
css/habillage.scss

index af81013..e647fa5 100644 (file)
@@ -405,7 +405,8 @@ footer li {
 footer ul li a {
   display: block;
   float: left;
-  text-decoration: none; }
+  text-decoration: none;
+  color: #120260; }
 
 footer ul li a:hover {
   border-bottom: solid #1d0b78; }
index a31c2a0..4cb0d63 100644 (file)
@@ -378,6 +378,7 @@ footer ul li a {
        display:block;
        float:left;   
        text-decoration:none;
+       color: #120260;
 }
 footer ul li a:hover {
        border-bottom: solid #1d0b78;