mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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:
@@ -207,7 +207,7 @@ ol.version-picker li:last-child a {
|
||||
}
|
||||
|
||||
.api_stability_2 {
|
||||
background-color: #4eba0f;
|
||||
background-color: #5a8147;
|
||||
}
|
||||
|
||||
.api_metadata {
|
||||
|
||||
Reference in New Issue
Block a user