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 e75708c commit 27e2fb7Copy full SHA for 27e2fb7
src/js/styles.css
@@ -32,25 +32,18 @@
32
33
.pyobsplot-plot.dark svg,
34
.pyobsplot-plot.dark figure {
35
+ --plot-background: black;
36
color: white;
37
background-color: black;
38
}
39
-.pyobsplot-plot.dark [aria-label=tip][fill=white] {
40
- fill: black;
41
-}
42
-
43
.pyobsplot-plot.current svg,
44
.pyobsplot-plot.current figure {
+ --plot-background: transparent;
45
color: currentColor;
46
background-color: transparent;
47
48
49
-.pyobsplot-plot.current [aria-label=tip][fill=white] {
50
- fill: white;
51
- color: black;
52
53
54
/* VSCode workarounds */
55
.cell-output-ipywidget-background:has(.p-Widget):has(.pyobsplot-plot.dark) {
56
background-color: black !important;
0 commit comments