From a38b667824ae3bc7c66c985465f6b2dfcf434c61 Mon Sep 17 00:00:00 2001 From: Kevin Paxman <kpaxman@uwaterloo.ca> Date: Fri, 6 Dec 2024 13:22:43 -0500 Subject: [PATCH] ISTWCMS-7216: don't force headers in site footer to be white, because they will naturally inherit that and this is stopping colours needed when there are section backgrounds from applying --- src/patterns/03-layouts/site-footer/_site-footer.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/patterns/03-layouts/site-footer/_site-footer.scss b/src/patterns/03-layouts/site-footer/_site-footer.scss index 96782b4e..f08d5b2d 100644 --- a/src/patterns/03-layouts/site-footer/_site-footer.scss +++ b/src/patterns/03-layouts/site-footer/_site-footer.scss @@ -58,7 +58,6 @@ h4, h5, h6{ - color: var(--uw-white-1); margin-left: auto; margin-right: auto; @media(min-width: $screen-md) { -- GitLab