joethei/obsidian-link-favicon

Bug: css Filter conflict

Closed this issue · 0 comments

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%);
}