Skip to content

Commit 593236a

Browse files
Trottrichardlau
authored andcommitted
doc: change color contrast for accessibility
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: #35047 Reviewed-By: Ujjwal Sharma <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Shelley Vohr <[email protected]> Reviewed-By: Derek Lewis <[email protected]>
1 parent 789798b commit 593236a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api_assets/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ ol.version-picker li:last-child a {
204204
}
205205

206206
.api_stability_1 {
207-
background-color: #ec5315;
207+
background-color: #ca5010;
208208
}
209209

210210
.api_stability_2 {

0 commit comments

Comments
 (0)