Add contrast for white SVGs

This commit is contained in:
Ben Haynes
2020-08-14 15:39:06 -04:00
parent f928f0da27
commit 0aa6de69ba

View File

@@ -286,6 +286,7 @@ export default defineComponent({
img {
object-fit: contain;
filter: drop-shadow( 0px 0px 8px rgba(0, 0, 0, .25));
}
}
}