From de8a9ac994a6fb6a6dc3314514972408a7c1ac30 Mon Sep 17 00:00:00 2001 From: aelassas Date: Thu, 12 Dec 2024 21:00:55 +0100 Subject: [PATCH] Update footer.css --- frontend/src/assets/css/footer.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/frontend/src/assets/css/footer.css b/frontend/src/assets/css/footer.css index ff4b89627..b1c70cca0 100644 --- a/frontend/src/assets/css/footer.css +++ b/frontend/src/assets/css/footer.css @@ -46,10 +46,11 @@ div.footer ul.links li { list-style: none; cursor: pointer; margin: 10px 0; + width: fit-content; } div.footer ul.links li:hover { - opacity: 0.85; + /* opacity: 0.85; */ text-decoration: underline; } @@ -71,8 +72,9 @@ div.footer div.contact a { } div.footer div.contact a:hover { - opacity: 0.85; + /* opacity: 0.85; */ text-decoration: underline; + } div.footer div.contact .social-icon { @@ -80,6 +82,10 @@ div.footer div.contact .social-icon { margin-right: 12px; } +div.footer div.contact .social-icon:hover{ + color: #1a1a1a; +} + div.footer div.newsletter { margin-top: 80px; }