From e51a3d59544f49ca44a8fb6991ae682ec7768332 Mon Sep 17 00:00:00 2001 From: alphasentaurii Date: Thu, 5 Dec 2024 13:09:06 -0500 Subject: [PATCH] force white background for graphviz objects --- docs/source/_static/css/custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source/_static/css/custom.css b/docs/source/_static/css/custom.css index 3b01e4b5..c9516a7a 100644 --- a/docs/source/_static/css/custom.css +++ b/docs/source/_static/css/custom.css @@ -41,3 +41,8 @@ div.highlight-python { div.highlight-python:active { width: 150% } + +object.graphviz { + max-width: 100%; + background-color: white; +} \ No newline at end of file