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 45c33a6 commit e58c9fdCopy full SHA for e58c9fd
_static/style.css
@@ -1,3 +1,11 @@
1
.bd-header-announcement {
2
background-color: var(--pst-color-accent);
3
}
4
+
5
+/* workaround Pydata Sphinx theme using light colors for widget cell outputs in dark-mode */
6
+/* works for many widgets but not for Xarray html reprs */
7
+/* https://github.com/pydata/pydata-sphinx-theme/issues/2189 */
8
+html[data-theme="dark"] div.cell_output .text_html:has(div.xr-wrap) {
9
+ background-color: var(--pst-color-on-background) !important;
10
+ color: var(--pst-color-text-base) !important;
11
+}
0 commit comments