mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-16 18:31:27 +00:00
Update code block color of documentation (#8180)
This commit is contained in:
parent
cebfed27c8
commit
90cb613445
1 changed files with 11 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue