/* Remove sphinx-gallery note at the top of generated rst files*/
div.sphx-glr-download-link-note {
    display: none;
}

/* Main index page overview cards */
.sd-card .sd-card-img-top {
  height: 60px;
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

/* Show inverted colors in svg icons, if using a dark theme */
html[data-theme=dark] .sd-card img[src*='.svg'] {
  filter: invert(0.82) brightness(0.8) contrast(1.2);
}
