Skip to content

Commit 97644a1

Browse files
committed
Remove old dark mode image filter CSS
This was merged into pydata-sphinx-theme 0.11, and we require 0.13.
1 parent 46876d2 commit 97644a1

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docs/_static/css/landing.css

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,6 @@
6464
--shadow: 0px 2px 2px rgba(0, 0, 0, 0.11);
6565
}
6666

67-
/* Remove the filter added by pydata-sphinx-theme.
68-
* NOTE: Delete this CSS when using a pydata-sphinx-theme that contains
69-
* https://github.com/pydata/pydata-sphinx-theme/pull/942
70-
* https://github.com/pydata/pydata-sphinx-theme/pull/914
71-
* */
72-
html[data-theme=dark] img.only-dark, html[data-theme=dark] img.dark-light {
73-
filter: none;
74-
}
75-
7667
/* callout boxes */
7768
.callout {
7869
border-left: solid 1px var(--pst-color-border);

0 commit comments

Comments
 (0)