diff --git a/src/components/Footer/Footer.css b/src/components/Footer/Footer.css index 1ed72a1..6d0fd32 100644 --- a/src/components/Footer/Footer.css +++ b/src/components/Footer/Footer.css @@ -24,6 +24,11 @@ font-size: .75rem; } +.link-container a{ + color: rgba(228, 228, 228, 1); + text-decoration: none; +} + .Footer .copyright { font-size: 1rem; } \ No newline at end of file diff --git a/src/components/Footer/Footer.jsx b/src/components/Footer/Footer.jsx index 159ac8b..fdf08c7 100644 --- a/src/components/Footer/Footer.jsx +++ b/src/components/Footer/Footer.jsx @@ -14,6 +14,11 @@ export default function Footer() { +