.mds-theme-image--dark {
  display: block !important;
}

.mds-theme-image--light {
  display: none !important;
}

:root[data-theme="light"] .mds-theme-image--dark {
  display: none !important;
}

:root[data-theme="light"] .mds-theme-image--light {
  display: block !important;
}
