FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

doc: change stablility-2 color for accessibility · nodejs/node@f6b2286 · GitHub

/ node Public

Commit f6b2286

Browse files
authored andcommitted
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: #35061 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
1 parent 1fdfaa5 commit f6b2286

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎doc/api_assets/style.css‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ ol.version-picker li:last-child a {
207207
}
208208

209209
.api_stability_2 {
210-
background-color: #4eba0f;
210+
background-color: #5a8147;
211211
}
212212

213213
.api_metadata {

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL