From f6b2286e12bb2234f8182bd94adcec1f110cb46a Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 4 Sep 2020 16:17:53 -0700 Subject: [PATCH] doc: change stablility-2 color for accessibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: Derek Lewis --- doc/api_assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css index 69a6dd21eb0058..b92c45ec0c4025 100644 --- a/doc/api_assets/style.css +++ b/doc/api_assets/style.css @@ -207,7 +207,7 @@ ol.version-picker li:last-child a { } .api_stability_2 { - background-color: #4eba0f; + background-color: #5a8147; } .api_metadata {