doc: change color contrast for accessibility

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: https://github.com/nodejs/node/pull/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>
This commit is contained in:
Rich Trott
2020-09-03 23:05:53 -07:00
parent 89f2d465cb
commit f3b4846527

View File

@@ -204,7 +204,7 @@ ol.version-picker li:last-child a {
}
.api_stability_1 {
background-color: #ec5315;
background-color: #ca5010;
}
.api_stability_2 {