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 7d5b060 commit 1553f90Copy full SHA for 1553f90
docs/sphinx/source/_static/hoverxref-darkmode.css
@@ -4,10 +4,7 @@
4
5
/* These will ensure that the tooltip inherits the pydata-sphinx-theme colours */
6
7
-.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
8
- background: var(--pst-color-background) !important;
9
-}
10
-
11
-.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
+.tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-custom .tooltipster-content {
+ background-color: var(--pst-color-background) !important;
12
color: var(--pst-color-text-base) !important;
13
}
0 commit comments