diff --git a/styles.css b/styles.css
index 775548bd6af2ff3dd4a8c4102f7edb440ebc3307..603213b7758a5967d00410e1cf7608b4b1a31b60 100644
--- a/styles.css
+++ b/styles.css
@@ -233,7 +233,7 @@ body {
     align-items: center;
     justify-content: center;
 }
-.page-footer, a {
+.page-footer {
     color:white;
 }
 .page-footer__content {
@@ -242,9 +242,11 @@ body {
     column-gap: 2em;
     align-items: center;
     justify-content: center;
-    color: white;
     font-weight: lighter;
 }
+.page-footer__content > a {
+    color: white;
+}
 .section-content--row {
     display: flex;
     flex-direction: row;