From: Dan Allen Date: Thu, 8 Feb 2018 03:31:49 +0000 (-0700) Subject: style links in footer X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fb4c1919036f19967e1572d1a0352bda7e9a6fe4;p=working%2Feg-antora.git style links in footer - color #5d5d5d - text decoration underline only on hover --- diff --git a/src/css/footer.css b/src/css/footer.css index 5e12675..7dd2bad 100644 --- a/src/css/footer.css +++ b/src/css/footer.css @@ -8,3 +8,12 @@ footer.footer { .footer p { margin: 0.5rem 0; } + +.footer a { + color: #5d5d5d; + text-decoration: none; +} + +.footer a:hover { + text-decoration: underline; +}