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; }