Skip to content

Commit

Permalink
Final set of accessibility changes (47).
Browse files Browse the repository at this point in the history
  • Loading branch information
MaanavD committed Dec 11, 2024
1 parent 77f2278 commit 5b68ad6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _sass/color_schemes/onnxruntime.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $btn-primary-color: #226aca;
.highlight .ge { font-style: italic; }
.highlight .gr { color: #eb0000; }
.highlight .gh { color: #000080; font-weight: bold; }
.highlight .gi { color: #008700; }
.highlight .gi { color: #008000; }
.highlight .go { color: #707070 ; }
.highlight .gp { font-weight: bold; color: #bc5909; }
.highlight .gs { font-weight: bold; }
Expand Down Expand Up @@ -65,7 +65,7 @@ $btn-primary-color: #226aca;
.highlight .mi { color: #0000DD; font-weight: bold; }
.highlight .mo { color: #4400EE; font-weight: bold; }
.highlight .sa { background-color: #fff0f0; }
.highlight .sb { background-color: #fff0f0; }
.highlight .sb { background-color: #fff0f0; color: #3c7a3b; }
.highlight .sc { color: #0044DD; }
.highlight .dl { background-color: #fff0f0; }
.highlight .sd { color: #d54220; }
Expand All @@ -75,7 +75,7 @@ $btn-primary-color: #226aca;
.highlight .si { background-color: #eeeeee; }
.highlight .sx { background-color: #fff0f0; color: #d82100; }
.highlight .sr { color: #000000; background-color: #fff0ff; }
.highlight .s1 { background-color: #fff0f0; }
.highlight .s1 { background-color: #fff0f0; color: #3c7a3b; }
.highlight .ss { color: #AA6600; }
.highlight .bp { color: #007020; }
.highlight .fm { color: #0066BB; font-weight: bold; }
Expand Down

0 comments on commit 5b68ad6

Please sign in to comment.