From 6d0eeb995cfdf179fd6c1278f3938ab188332eed Mon Sep 17 00:00:00 2001
From: m26lebla <m26lebla@uwaterloo.ca>
Date: Tue, 14 Jul 2020 08:44:14 -0400
Subject: [PATCH] adding the css folder and adjusting the yml

---
 css/styles.css                                                  | 2 ++
 source/_patterns/03-layouts/footer/footer.twig                  | 2 --
 .../territorial-statement/_territorial-statement.scss           | 2 +-
 .../territorial-statement/territorial-statement.yml             | 1 -
 4 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/css/styles.css b/css/styles.css
index a272b4e3..8ebdcd79 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -4242,6 +4242,8 @@ picture {
     padding: 1rem 0.5rem; }
     .uw-bg--black .uw-territorial p {
       color: #fff; }
+    .uw-bg--white .uw-territorial p {
+      color: #000; }
   .uw-bg--black .uw-territorial a {
     color: #fdd54f;
     text-decoration: none; }
diff --git a/source/_patterns/03-layouts/footer/footer.twig b/source/_patterns/03-layouts/footer/footer.twig
index f77b9514..7624c9b7 100644
--- a/source/_patterns/03-layouts/footer/footer.twig
+++ b/source/_patterns/03-layouts/footer/footer.twig
@@ -17,9 +17,7 @@
             </div>
         </div>
         <div class="uw-footer__territorial">
-
             {% include "@components/territorial-statement/territorial-statement.twig" with {
-                'territorial_text': territorial_text,
                 "modifier_classes": modifier_classes
             } %}
         </div>
diff --git a/source/_patterns/04-components/territorial-statement/_territorial-statement.scss b/source/_patterns/04-components/territorial-statement/_territorial-statement.scss
index ba324f99..96e6675f 100644
--- a/source/_patterns/04-components/territorial-statement/_territorial-statement.scss
+++ b/source/_patterns/04-components/territorial-statement/_territorial-statement.scss
@@ -14,7 +14,7 @@
     line-height:1.7;
     padding:1rem 0.5rem;
     .uw-bg--black &{color:gesso-brand(org-default,uw-white,lvl1);}
-    .uw-bg--white &{}
+    .uw-bg--white &{color:gesso-brand(org-default,uw-black,lvl4);}
   }
   a {
     .uw-bg--black & {
diff --git a/source/_patterns/04-components/territorial-statement/territorial-statement.yml b/source/_patterns/04-components/territorial-statement/territorial-statement.yml
index 1f8ecbb9..1690c39e 100644
--- a/source/_patterns/04-components/territorial-statement/territorial-statement.yml
+++ b/source/_patterns/04-components/territorial-statement/territorial-statement.yml
@@ -1,3 +1,2 @@
 ---
 modifier_classes: 'black'
-territorial_text: '<p>The University of Waterloo acknowledges that our work is on the traditional territory of ‎ the Neutral, Anishinaabeg and Haudenosaunee peoples. Our institution is situated on the Haldimand Tract, the land promised to the Six Nations that includes six miles on each side of the Grand River. Our active work toward reconciliation takes place across our campuses through research, learning, teaching, and community building, and is centralized within our <a href="https://uwaterloo.ca/human-rights-equity-inclusion/about/indigenous-initiatives" >Indigenous Initiatives Office</a>.</p>'
\ No newline at end of file
-- 
GitLab