diff --git a/src/js/styles.css b/src/js/styles.css index 494f0fa..c466eb2 100644 --- a/src/js/styles.css +++ b/src/js/styles.css @@ -44,6 +44,12 @@ background-color: transparent; } +.pyobsplot-plot.current [aria-label=tip] { + fill: white; + color: black; + stroke: black; +} + /* VSCode workarounds */ .cell-output-ipywidget-background:has(.p-Widget):has(.pyobsplot-plot.dark) { background-color: black !important;