From 063ca6d82c01f5d21ceb960401b02130538ca1e2 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Sun, 9 Jun 2019 07:22:36 +0530 Subject: [PATCH] fix: use a mordern outline --- client/src/components/Footer/footer.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/client/src/components/Footer/footer.css b/client/src/components/Footer/footer.css index ec51047c95..651dca248a 100644 --- a/client/src/components/Footer/footer.css +++ b/client/src/components/Footer/footer.css @@ -8,15 +8,19 @@ .footer .col-header { padding-bottom: 5px; + padding-left: 5px; font-weight: bold; } .footer a:not([class*='inline']) { display: block; + padding-left: 5px } .footer a:hover { - background-color: #E0E0E0; + outline-offset: 1px; + outline: 1px dashed #A0A0A0; + background-color: #ffbe41; } .night .footer { @@ -30,5 +34,6 @@ .night .footer a:hover { color: #606f7b; - background-color: #2A2A2A; + outline-offset: 1px; + outline: 1px dashed #A0A0A0; }