From 963be5986b4e24f7ea237c59470dffdbac47b3d1 Mon Sep 17 00:00:00 2001 From: David Haz Date: Fri, 11 Jul 2025 23:24:58 +0300 Subject: [PATCH] Fix footer text color --- src/components/landing/Footer/Footer.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/landing/Footer/Footer.css b/src/components/landing/Footer/Footer.css index aa49be4..69fa91e 100644 --- a/src/components/landing/Footer/Footer.css +++ b/src/components/landing/Footer/Footer.css @@ -39,7 +39,7 @@ .footer-description { font-size: 1rem; - color: rgba(161, 148, 184, 0.9); + color: rgba(148, 184, 164, 0.9); margin: 0; font-weight: 400; display: flex; @@ -66,7 +66,7 @@ .footer-copyright { font-size: 0.85rem; - color: rgba(161, 148, 184, 0.7); + color: rgba(148, 184, 163, 0.7); margin: 0; font-weight: 400; }