/* Workaround in https://github.com/pydata/pydata-sphinx-theme/issues/918 */
html[data-theme="dark"] img {
  filter: none;
}
html[data-theme="dark"] .bd-content img:not(.only-dark):not(.dark-light) {
  background: unset;
}
