Skip to content
This repository has been archived by the owner on Nov 12, 2021. It is now read-only.

Publication Logo SVG Fix

Gustav Lindqvist edited this page Dec 20, 2019 · 1 revision

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>

THis is a sidebar

side bar 2

Clone this wiki locally