From 0482614b2c8c28f6654e98ce4ded699a008ea527 Mon Sep 17 00:00:00 2001 From: Johan GIRAUD Date: Mon, 9 Feb 2015 12:12:13 +0100 Subject: [PATCH] [CSS] + mentions legales --- css/habillage.css | 4 ++-- css/habillage.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/habillage.css b/css/habillage.css index d5303c0..8e95869 100644 --- a/css/habillage.css +++ b/css/habillage.css @@ -457,9 +457,9 @@ footer ul li a { display: block; float: left; text-decoration: none; - color: #120260; } + color: #0c0fb7; } footer ul li a:hover { - border-bottom: solid #1d0b78; } + border-bottom: solid #0c0fb7; } /*# sourceMappingURL=habillage.css.map */ diff --git a/css/habillage.scss b/css/habillage.scss index edb86a3..1b0b5c7 100644 --- a/css/habillage.scss +++ b/css/habillage.scss @@ -426,9 +426,9 @@ footer ul li a { display:block; float:left; text-decoration:none; - color: #120260; + color: #0c0fb7; } footer ul li a:hover { - border-bottom: solid #1d0b78; + border-bottom: solid #0c0fb7; } -- 2.20.1