Skip to content

Commit

Permalink
maint: bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
juba committed Feb 8, 2024
1 parent 27e2fb7 commit b0e0ce5
Show file tree
Hide file tree
Showing 2 changed files with 5,561 additions and 5,544 deletions.
11 changes: 3 additions & 8 deletions src/pyobsplot/static/static-styles.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* css/styles.css */
/* src/js/styles.css */
.pyobsplot-plot h2 {
line-height: 28px;
font-size: 20px;
Expand All @@ -24,21 +24,16 @@
}
.pyobsplot-plot.dark svg,
.pyobsplot-plot.dark figure {
--plot-background: black;
color: white;
background-color: black;
}
.pyobsplot-plot.dark [aria-label=tip][fill=white] {
fill: black;
}
.pyobsplot-plot.current svg,
.pyobsplot-plot.current figure {
--plot-background: transparent;
color: currentColor;
background-color: transparent;
}
.pyobsplot-plot.current [aria-label=tip][fill=white] {
fill: white;
color: black;
}
.cell-output-ipywidget-background:has(.p-Widget):has(.pyobsplot-plot.dark) {
background-color: black !important;
}
Expand Down
Loading

0 comments on commit b0e0ce5

Please sign in to comment.