Skip to content

Commit

Permalink
feat: color-blindness a11y
Browse files Browse the repository at this point in the history
  • Loading branch information
ARR4N committed Sep 12, 2024
1 parent 388a230 commit d24b291
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/libevm-delta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
fetch-depth: 0 # everything
fetch-tags: true

- name: Color-blindness a11y
run: | # https://davidmathlogic.com/colorblind/#%23D81B60-%231E88E5-%23FFC107-%23004D40:~:text=8%20pairs%20of%20contrasting%20colors
git config color.diff.old "#DC3220";
git config color.diff.new "#005AB5";
- name: git diff libevm-base
run: |
git diff --diff-filter=a --word-diff --unified=0 --color=always \
Expand Down

0 comments on commit d24b291

Please sign in to comment.