From 593236ad33cb5eaebeb515ced386794f99ad7529 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 3 Sep 2020 23:05:53 -0700 Subject: [PATCH] doc: change color contrast for accessibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: Tobias Nießen Reviewed-By: Myles Borins Reviewed-By: Shelley Vohr 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 3ab3cf6d3ceea8..4eb1e033d6c27b 100644 --- a/doc/api_assets/style.css +++ b/doc/api_assets/style.css @@ -204,7 +204,7 @@ ol.version-picker li:last-child a { } .api_stability_1 { - background-color: #ec5315; + background-color: #ca5010; } .api_stability_2 {