From: Johan GIRAUD Date: Sun, 8 Feb 2015 15:26:55 +0000 (+0100) Subject: [CSS] + footer X-Git-Tag: 0.1.0~71 X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fweb%2Fclavettes.git;a=commitdiff_plain;h=dbfae8a3c227a7c011994393831a300d9517f123 [CSS] + footer --- 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;