Skip to content

Commit b0e0ce5

Browse files
committed
maint: bundle
1 parent 27e2fb7 commit b0e0ce5

File tree

2 files changed

+5561
-5544
lines changed

2 files changed

+5561
-5544
lines changed

src/pyobsplot/static/static-styles.css

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* css/styles.css */
1+
/* src/js/styles.css */
22
.pyobsplot-plot h2 {
33
line-height: 28px;
44
font-size: 20px;
@@ -24,21 +24,16 @@
2424
}
2525
.pyobsplot-plot.dark svg,
2626
.pyobsplot-plot.dark figure {
27+
--plot-background: black;
2728
color: white;
2829
background-color: black;
2930
}
30-
.pyobsplot-plot.dark [aria-label=tip][fill=white] {
31-
fill: black;
32-
}
3331
.pyobsplot-plot.current svg,
3432
.pyobsplot-plot.current figure {
33+
--plot-background: transparent;
3534
color: currentColor;
3635
background-color: transparent;
3736
}
38-
.pyobsplot-plot.current [aria-label=tip][fill=white] {
39-
fill: white;
40-
color: black;
41-
}
4237
.cell-output-ipywidget-background:has(.p-Widget):has(.pyobsplot-plot.dark) {
4338
background-color: black !important;
4439
}

0 commit comments

Comments
 (0)