From d85509b70443e46825f6bb984e89aed013ae4edd Mon Sep 17 00:00:00 2001 From: Johan GIRAUD Date: Tue, 10 Feb 2015 13:27:55 +0100 Subject: [PATCH] [CSS]+couleur liens --- css/habillage.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/css/habillage.scss b/css/habillage.scss index 63a241b..ccfc8dc 100644 --- a/css/habillage.scss +++ b/css/habillage.scss @@ -104,7 +104,7 @@ header .spip_logos{ margin:0 auto; } a{ - color:#05ffbc; + color:#0fe4ab; text-decoration:none; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; @@ -216,7 +216,7 @@ p{ clear:both; } .fa{ - color:#05ffbc; + color:#0fe4ab; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; @@ -315,6 +315,9 @@ address p{ margin:0 10px 15px 10px; padding-right: 10px; } +.agenda h1:hover{ + text-decoration: none; +} .agenda p{ padding: 0; -- 2.20.1