diff --git a/content-for/head-footer.html b/content-for/head-footer.html index 61f3f7a9..3e505fa4 100644 --- a/content-for/head-footer.html +++ b/content-for/head-footer.html @@ -10,7 +10,7 @@ hsla(166, 44%, 65%, 1.00) 1.2em, hsla(214, 96%, 45%, 1.00) 1.2em, hsla(214, 96%, 45%, 1.00) 1.6em - ); + ) !important; } .axe-violation:hover { diff --git a/index.js b/index.js index fabe5f07..0755c932 100644 --- a/index.js +++ b/index.js @@ -16,7 +16,6 @@ var ALLOWED_CONTENT_FOR = [ module.exports = { name: 'ember-a11y-testing', - /** * Includes axe-core in non-production builds. It includes the un-minified * version in case of a need to debug.