diff --git a/sass/_project-sass/_project-Footer.scss b/sass/_project-sass/_project-Footer.scss index e4ff9c50..8144ff94 100644 --- a/sass/_project-sass/_project-Footer.scss +++ b/sass/_project-sass/_project-Footer.scss @@ -146,7 +146,13 @@ border-top:1px solid #b3c388; overflow:hidden; - a{color:#5e5b56} + a{ + color:#5e5b56; + text-decoration:underline; + &:hover { + text-decoration:none; + } + } } .credits{margin-bottom:0} .footer-Nav{ @@ -160,6 +166,12 @@ li:first-child a{padding-left:0} } } - .h-Nav a{padding:0 $spacing*2} + .h-Nav a{ + padding:0 $spacing*2; + text-decoration:none; + &:hover { + text-decoration:underline; + } + } .h-Nav li:last-child a{padding-right:0} } diff --git a/views/_footer.erb b/views/_footer.erb index 9b10ae8b..ae3f9d67 100644 --- a/views/_footer.erb +++ b/views/_footer.erb @@ -3,7 +3,7 @@

- Neocities.org is a completely open source project. Follow us on Twitter. + Neocities.org is a completely open source project. Follow us on Twitter or Facebook!