There was an error while loading. Please reload this page.
2 parents 0a8ee86 + 6a7a158 commit 3a6cfbeCopy full SHA for 3a6cfbe
1 file changed
docs/source/_static/theme_overrides.css
@@ -351,3 +351,9 @@ img {
351
.red {
352
color: red;
353
}
354
+
355
+/* Change background for all code blocks */
356
+div.highlight pre {
357
+ background-color: #f8f9fa ;
358
+ color: #212529 ;
359
+}
0 commit comments