From eb9b4374586d14fc8a5646943193197052349e56 Mon Sep 17 00:00:00 2001 From: Michael Fairchild Date: Mon, 4 Jan 2016 15:28:41 -0600 Subject: [PATCH] Fix a11y errors from pa11y make the background-color explicit, so that phantomjs will fall back to just using the solid color. If this doesn't happen, phantomjs will not apply a background to the footer at all, thus making all the text in the footer fail contrast checks. I'm not sure of the root cause, but this is the only way that I can get this to work right now. --- wdn/templates_4.1/less/layouts/footer.less | 1 + 1 file changed, 1 insertion(+) diff --git a/wdn/templates_4.1/less/layouts/footer.less b/wdn/templates_4.1/less/layouts/footer.less index 33bc122ca..5e641cd6a 100644 --- a/wdn/templates_4.1/less/layouts/footer.less +++ b/wdn/templates_4.1/less/layouts/footer.less @@ -165,6 +165,7 @@ .wdn-footer-global { padding: 3.157em 0 9.969em; color: @ui06; + background-color: @ui10; background: @ui10 data-uri('../images/seal.svg') center bottom -14.204em no-repeat; background-size: 25.24em 25.24em;