Skip to content

Commit

Permalink
force white background for graphviz objects
Browse files Browse the repository at this point in the history
  • Loading branch information
alphasentaurii committed Dec 5, 2024
1 parent dc3f811 commit e51a3d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ div.highlight-python {
div.highlight-python:active {
width: 150%
}

object.graphviz {
max-width: 100%;
background-color: white;
}

0 comments on commit e51a3d5

Please sign in to comment.