We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809234e commit eca5e6cCopy full SHA for eca5e6c
site/styles.scss
@@ -30,7 +30,8 @@ figcaption {
30
text-align: center;
31
}
32
33
-body.quarto-dark .js-plotly-plot {
+body.quarto-dark .js-plotly-plot,
34
+body.quarto-dark .mermaid {
35
filter: invert(100%) hue-rotate(180deg);
36
37
@@ -85,4 +86,4 @@ table {
85
86
/* Add space between main headings and descriptions */
87
#title-block-header.quarto-title-block.default .quarto-title .title {
88
margin-bottom: 0.5em;
-}
89
+}
0 commit comments