Skip to content

Commit

Permalink
ignoring color-contrast checks until pa11y/pa11y#623 can be navigated
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Boothe <git@rootwork.org>
  • Loading branch information
rootwork committed Feb 11, 2022
1 parent 0abba49 commit d62b756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_a11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Run pa11y
run: |
npm install -g pa11y
pa11y --runner axe --runner htmlcs http://localhost:9050
pa11y --runner axe --runner htmlcs --ignore color-contrast --standard WCAG2AA http://localhost:9050
# - name: Run axe
# run: |
# npm install -g @axe-core/cli
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
</head>
<body class="bg-gray-200">
<header
class="p-20 bg-gradient-to-r from-blue-900 via-red-800 to-fuchsia-800 text-center"
class="p-20 bg-red-800 bg-gradient-to-r from-blue-900 via-red-800 to-fuchsia-800 text-center"
role="banner"
>
<h1 class="hero-heading">GET: Gulp, ES6, TailwindCSS</h1>
Expand Down

0 comments on commit d62b756

Please sign in to comment.