From fb4c1919036f19967e1572d1a0352bda7e9a6fe4 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Wed, 7 Feb 2018 20:31:49 -0700 Subject: [PATCH] style links in footer - color #5d5d5d - text decoration underline only on hover --- src/css/footer.css | 9 +++++++++ 1 file changed, 9 insertions(+) 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; +} -- 2.11.0