diff --git a/docs/theme/css/general.css b/docs/theme/css/general.css index 478a479070..38d1d91962 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); +}