From db523e8c61a082ddb5e56eeab7bd8d4ff61b09ec Mon Sep 17 00:00:00 2001
From: "real3t@gmail.com" <>
Date: Tue, 17 Oct 2017 06:56:25 +0000
Subject: [PATCH] =?UTF-8?q?Couleur=20du=20picto=20Home=20:=20bas=C3=A9e=20?=
 =?UTF-8?q?sur=20la=20couleur=20des=20titres=20du=20header,=20avec=20un=20?=
 =?UTF-8?q?renforcement=20au=20survol?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 stylessoyezcreateurs.css.html | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/stylessoyezcreateurs.css.html b/stylessoyezcreateurs.css.html
index a9bd93bf..f2c1632a 100644
--- a/stylessoyezcreateurs.css.html
+++ b/stylessoyezcreateurs.css.html
@@ -2419,14 +2419,18 @@ button {
   position: absolute;
   font-size: 0;
   line-height: 1.7;
-  color: white;
+  color: #GET{c_header};
 }
 #miettesdepain ul li:first-child a:before {
   font-family: 'picto-soyezcreateurs' !important;
   content: "\2302";
   font-size: 20px;
   vertical-align: middle;
-  color: #be1621;
+  color: #GET{c_header};
+}
+#miettesdepain ul li:first-child a:hover:before,
+#miettesdepain ul li:first-child a:focus:before {
+  color: [#(#GET{c_header}|couleur_saturation{1})];
 }
 .portailcognac #sommaire {
   clear: both!important;
-- 
GitLab