From: Johan GIRAUD Date: Mon, 9 Feb 2015 11:12:13 +0000 (+0100) Subject: [CSS] + mentions legales X-Git-Tag: 0.1.0~55 X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fweb%2Fclavettes.git;a=commitdiff_plain;h=0482614b2c8c28f6654e98ce4ded699a008ea527 [CSS] + mentions legales --- 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; }