Skip to content

Commit

Permalink
[repo] Meet WCAG AA level for Valid/Invalid example components
Browse files Browse the repository at this point in the history
The validexample and invalidexample components fail the WCAG AA level
because of the lack of colour contrast of the text.
Changing the success and danger color fixes the issues.
  • Loading branch information
sarjona committed Dec 12, 2023
1 parent 9b59f1b commit 581e3e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
--ifm-color-primary-lighter: #d96900;
--ifm-color-primary-lightest: #f67600;
--ifm-color-contrasting: #194866;
--ifm-color-success: #008a00;
--ifm-color-danger: #ed060d;
--ifm-font-family-base: "Open Sans";
--ifm-navbar-height: 5.5rem;
--ifm-navbar-padding-horizontal: 5.5rem;
Expand Down

0 comments on commit 581e3e8

Please sign in to comment.