diff --git a/css/styles.css b/css/styles.css
index b07c3ab78128ac0c4b6deca2f6dfb4a690856d94..5af3e9e8088509642cae3b4b4240bc675a2fdb9e 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -2716,6 +2716,8 @@ svg:not(:root) {
       .uw-site-footer__content {
         padding-left: 0;
         padding-right: 0; } }
+    .uw-site-footer__content a {
+      color: #fff; }
 
 /* stylelint-disable-next-line selector-no-qualifying-type */
 .uw-highlighted,
diff --git a/source/_patterns/00-config/_design-tokens.artifact.scss b/source/_patterns/00-config/_design-tokens.artifact.scss
index 6a7dafa73173c79a0e1ca8529ac18232179da498..799f02cee39eb3b55d9f8790927a72acc801cd58 100644
--- a/source/_patterns/00-config/_design-tokens.artifact.scss
+++ b/source/_patterns/00-config/_design-tokens.artifact.scss
@@ -511,4 +511,4 @@ $gesso: (
     xxl: 96px,
   ),
   gutter-width: 40px,
-);
\ No newline at end of file
+);
diff --git a/source/_patterns/03-layouts/site-footer/_site-footer.scss b/source/_patterns/03-layouts/site-footer/_site-footer.scss
index d2c4e8e93c6f61a56ef5d0fac61a966d8f3f4fb0..420e9b8456a1b4c5c20dcf4e0e8f3291af54e077 100644
--- a/source/_patterns/03-layouts/site-footer/_site-footer.scss
+++ b/source/_patterns/03-layouts/site-footer/_site-footer.scss
@@ -94,5 +94,8 @@
       padding-left: 0;
       padding-right: 0;
     }
+    a{
+      color:gesso-brand(org-default,uw-white,primary);
+    }
   }
 }