@media (prefers-color-scheme: dark) {
    html:not(.dark-mode) p > img.inline[src$=\.svg] {
        filter: invert(93%) hue-rotate(180deg)
    }
}
