Skip to content

Commit bb9117e

Browse files
committed
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 <[email protected]> Reviewed-By: Derek Lewis <[email protected]>
1 parent 04865cf commit bb9117e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)