X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=css%2Fhabillage.css;h=8bdb6098c11804583b7e474d3d50a45a0d8a4c33;hb=55fe60f97d6b562396b0666ae0bd700119dbd8a5;hp=1fa76145f4ec23018a67bdf1a9a37ed8f3650a71;hpb=9a54d9119907c92acb3d23d09206dae396a3f875;p=lhc%2Fweb%2Fclavettes.git diff --git a/css/habillage.css b/css/habillage.css index 1fa7614..8bdb609 100644 --- a/css/habillage.css +++ b/css/habillage.css @@ -104,6 +104,14 @@ a:focus, a:hover, a:active { -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } +a:hover > i { + color: #0c0fb7 !important; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } + h1 { margin: 0; padding: 0; @@ -197,7 +205,12 @@ p { clear: both; } #ateliers .fa { - color: #05ffbc; } + color: #05ffbc; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } #ateliers .fa:hover { color: #0c0fb7; }