diff --git a/docs/source/_static/theme_overrides.css b/docs/source/_static/theme_overrides.css index 9662d63a..0b51ac42 100644 --- a/docs/source/_static/theme_overrides.css +++ b/docs/source/_static/theme_overrides.css @@ -351,3 +351,9 @@ img { .red { color: red; } + +/* Change background for all code blocks */ +div.highlight pre { + background-color: #f8f9fa ; + color: #212529 ; +} \ No newline at end of file