doc: change stablility-2 color for accessibility

Current contrast ratio (2.51) does not pass WCAG AA. This PR increases
the contrast to 4.50, which passes WCAG AA. The color, of course, is
still green.

PR-URL: https://github.com/nodejs/node/pull/35061
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
This commit is contained in:
Rich Trott
2020-09-04 16:17:53 -07:00
parent 04865cf6f0
commit bb9117ee9f

View File

@@ -207,7 +207,7 @@ ol.version-picker li:last-child a {
}
.api_stability_2 {
background-color: #4eba0f;
background-color: #5a8147;
}
.api_metadata {