From 9c0b71e761cf84f1f35e71162b7788fe78108885 Mon Sep 17 00:00:00 2001 From: Maanav Dalal Date: Wed, 11 Dec 2024 13:59:05 -0600 Subject: [PATCH] Final set of accessibility changes (47). (#23075) here we go again. --- LICENSE | 21 +++++++++++++++++++++ _sass/color_schemes/onnxruntime.scss | 6 +++--- 2 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000000000..d39450dbd7aa6 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) Microsoft Corporation + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/_sass/color_schemes/onnxruntime.scss b/_sass/color_schemes/onnxruntime.scss index cae24fdd46e10..b2a67f3861f73 100644 --- a/_sass/color_schemes/onnxruntime.scss +++ b/_sass/color_schemes/onnxruntime.scss @@ -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; } @@ -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; } @@ -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; }