From dbfae8a3c227a7c011994393831a300d9517f123 Mon Sep 17 00:00:00 2001 From: Johan GIRAUD Date: Sun, 8 Feb 2015 16:26:55 +0100 Subject: [PATCH] [CSS] + footer --- css/habillage.css | 3 ++- css/habillage.scss | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/css/habillage.css b/css/habillage.css index af81013..e647fa5 100644 --- a/css/habillage.css +++ b/css/habillage.css @@ -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; } diff --git a/css/habillage.scss b/css/habillage.scss index a31c2a0..4cb0d63 100644 --- a/css/habillage.scss +++ b/css/habillage.scss @@ -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; -- 2.20.1