From 9b80f05d64879aab3a611aba3c79e08f57d834af Mon Sep 17 00:00:00 2001 From: Igor Milhit Date: Fri, 9 Dec 2016 11:28:54 +0100 Subject: [PATCH] =?UTF-8?q?Am=C3=A9liore=20le=20footer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. Insère le lien vers le tag sur framagit 2. Corrige la couleur des liens (focus, hover, active) --- css/style.css | 8 ++++++++ index.html | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 42d2a8a..f83391b 100644 --- a/css/style.css +++ b/css/style.css @@ -341,6 +341,14 @@ a:hover, a:active { color: #666; } + +/* focus dans le footer */ +footer a:focus, +footer a:hover, +footer a:active { + color: rgb(238, 215, 244); +} + /* éviter la bordure sur une image comprise dans un lien + fix bordure image IE */ a:link img, a:visited img, diff --git a/index.html b/index.html index 86d5122..05a3bb2 100644 --- a/index.html +++ b/index.html @@ -84,7 +84,7 @@