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 54877e7 commit c046e51Copy full SHA for c046e51
docs/_static/style.css
@@ -12,3 +12,11 @@
12
.gp {
13
color: darkorange;
14
}
15
+
16
+/* workaround Pydata Sphinx theme using light colors for widget cell outputs in dark-mode */
17
+/* works for many widgets but not for Xarray html reprs */
18
+/* https://github.com/pydata/pydata-sphinx-theme/issues/2189 */
19
+html[data-theme="dark"] div.cell_output .text_html:has(div.xr-wrap) {
20
+ background-color: var(--pst-color-on-background) !important;
21
+ color: var(--pst-color-text-base) !important;
22
+}
0 commit comments