Skip to content

Commit

Permalink
[pre-commit.ci] Automatic linting and formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed May 27, 2024
1 parent 24f7cf2 commit aa49c21
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Styles for graphviz generated output from Sphinx */

/* Style the inheritance diagram such that it has a dark mode */
html[data-theme="dark"] div.graphviz>object.inheritance {
filter: brightness(0.8) invert(0.82) contrast(1.2);
color-scheme: normal;
}
html[data-theme="dark"] div.graphviz > object.inheritance {
filter: brightness(0.8) invert(0.82) contrast(1.2);
color-scheme: normal;
}

0 comments on commit aa49c21

Please sign in to comment.