Publication Logo SVG Fix - Reedyn/Saga GitHub Wiki

This fixes the color of the SVG logo (should be white by default) so that it's white on black and black on white.

Only needed when no publication cover is set. If it is the background is always dark enough for white logo to work.

<style>
    .index img.blog-logo[src$=svg],
    .home-template img.blog-logo[src$=svg] {
        filter: brightness(0);
    }
</style>
⚠️ **GitHub.com Fallback** ⚠️