Skip to content

Commit 9cfb68c

Browse files
Trottjoesepi
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: nodejs#35061 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
1 parent 6209b15 commit 9cfb68c

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)