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; }