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 @@