diff --git a/_sass/color_schemes/onnxruntime.scss b/_sass/color_schemes/onnxruntime.scss index 5638487d09..89b35f5c7b 100644 --- a/_sass/color_schemes/onnxruntime.scss +++ b/_sass/color_schemes/onnxruntime.scss @@ -1,2 +1,13 @@ $link-color: $blue-000; $btn-primary-color: $blue-000; + +// Code is too light in default theme // +.highlight .n { + color: #555 !important; +} +.highlight .nn { + color: #555 !important; +} +.highlight .c1 { + color: #188616 !important; +}