From eaaac13f46fbdf5327cb9447d0fdea05945c1ac6 Mon Sep 17 00:00:00 2001 From: Victoria Nduka <122698422+nwanduka@users.noreply.github.com> Date: Thu, 15 Aug 2024 14:16:48 +0100 Subject: [PATCH] fixed inconsistent styling in footer --- apps/common.css | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/apps/common.css b/apps/common.css index 7753854dd..2b89c653e 100644 --- a/apps/common.css +++ b/apps/common.css @@ -12,12 +12,6 @@ margin: 0; } -#footer-layout hr { - border-bottom-color: #ffffff; - padding: 0; - margin: 0; -} - #footer-layout { color: whitesmoke; text-align: left; @@ -29,21 +23,17 @@ color: whitesmoke; } -.report-link { - color: #e5c1ea; -} - -.company-name { +.report-link a, +.company-name a { color: #e5c1ea; } -.company-name a { +.report-link a:hover, +.company-name a:hover { color: #e5c1ea; + text-decoration: none; } -.company-name:hover { - color: #d5c1ea; -} #footer-layout strong, #footer-layout b { color: #ffffff;