Meilleur footer

This commit is contained in:
Adrien Bourmault 2021-09-05 20:11:05 +02:00
parent 1eb24dc09c
commit 27fe5974d3
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 3 additions and 8 deletions

View File

@ -321,13 +321,14 @@ footer a {
-moz-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out;
transition: all 0.25s ease-out; transition: all 0.25s ease-out;
text-decoration: underline dotted; text-decoration: underline dotted;
color: #fff;
} }
footer a:hover, footer a:focus { footer a:hover, footer a:focus {
color: #1a4159; color: #0599c2;
text-decoration: underline; text-decoration: underline;
} }
footer a:visited { footer a:visited {
color: #1a4159; color: #0599c2;
text-decoration: underline; text-decoration: underline;
} }
@ -630,12 +631,6 @@ footer a:visited {
@media only screen and (min-width: 1150px) { @media only screen and (min-width: 1150px) {
/* page footer */ /* page footer */
footer a {
width: 76px;
height: 76px;
padding: 76px 0 0 0;
margin: 0 3em;
}
footer a::before { footer a::before {
font-size: 72px; font-size: 72px;
} }