<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Fix SVGs not showing correctly as featured images.
 */
#postimagediv .inside .svg img {
    width: 100%;
}
</pre></body></html>