/* Prevent the theme from dimming screenshots in dark mode */
html[data-theme=dark] img:not(.only-dark,.dark-light) {
    filter: none;
}
