From 27fe5974d3cbb9dc3a5b48f6a4ec75c3d06272aa Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Sun, 5 Sep 2021 20:11:05 +0200 Subject: [PATCH] Meilleur footer --- styles.css | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/styles.css b/styles.css index 2337a1e..689a8c0 100644 --- a/styles.css +++ b/styles.css @@ -321,13 +321,14 @@ footer a { -moz-transition: all 0.25s ease-out; transition: all 0.25s ease-out; text-decoration: underline dotted; + color: #fff; } footer a:hover, footer a:focus { - color: #1a4159; + color: #0599c2; text-decoration: underline; } footer a:visited { - color: #1a4159; + color: #0599c2; text-decoration: underline; } @@ -630,12 +631,6 @@ footer a:visited { @media only screen and (min-width: 1150px) { /* page footer */ - footer a { - width: 76px; - height: 76px; - padding: 76px 0 0 0; - margin: 0 3em; - } footer a::before { font-size: 72px; }