diff --git a/docs/theme/css/general.css b/docs/theme/css/general.css index 478a4790700bb401bddacf4a8fe531d37c8fcf6d..38d1d919626a5f42dd33549bd48d05fcdabca4d1 100644 --- a/docs/theme/css/general.css +++ b/docs/theme/css/general.css @@ -290,3 +290,8 @@ kbd { .result-no-output { font-style: italic; } + +code.hljs { + color: rgb(75, 83, 97) !important; + background-color: rgba(8, 76, 207, 0.1); +}