joethei / obsidian-link-favicon

See the favicon for a linked website.
GNU General Public License v3.0
89 stars 2 forks source link

Bug: css Filter conflict #32

Closed chrisgrieser closed 2 years ago

chrisgrieser commented 2 years ago

This line

.link-favicon[data-is-readable-a-a="false"] {
    filter: hue-rotate(180deg) invert(1.0);
}

Conflicts with the recommendation you give for grayscale icons in the README

.link-favicon {
    filter: grayscale(100%);
}