Skip to content

Commit

Permalink
doc: change color contrast for accessibility
Browse files Browse the repository at this point in the history
Change background color of Stability 1 banner. Previous color contrast
of 3.61:1 fails WCAG AA. New color contrast of 4.50:1 passes.

PR-URL: #35047
Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Shelley Vohr <codebytere@gmail.com>
Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
  • Loading branch information
Trott committed Sep 4, 2020
1 parent 89f2d46 commit f3b4846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api_assets/style.css
Expand Up @@ -204,7 +204,7 @@ ol.version-picker li:last-child a {
}

.api_stability_1 {
background-color: #ec5315;
background-color: #ca5010;
}

.api_stability_2 {
Expand Down

0 comments on commit f3b4846

Please sign in to comment.