Skip to content

Commit 83a3e3b

Browse files
Trottrichardlau
authored andcommitted
doc: update syntax highlighting color for accessibility
Previous contrast with background was 3.65, failing WCAG AA. This change brings contrast to 4.50, passing WCAG AA. PR-URL: #35063 Reviewed-By: Derek Lewis <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Myles Borins <[email protected]>
1 parent 6d0d5b2 commit 83a3e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api_assets/hljs.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
.hljs-string,
1616
.hljs-regexp,
1717
.hljs-number {
18-
color: #E54305;
18+
color: #cf350d;
1919
}
2020

2121
.hljs-doctag {

0 commit comments

Comments
 (0)