Skip to content

Commit

Permalink
Fix a11y errors from pa11y
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mfairchild365 committed Jan 4, 2016
1 parent d94cbc6 commit eb9b437
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wdn/templates_4.1/less/layouts/footer.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit eb9b437

Please sign in to comment.