Turn colored SVGS into siluettes

This commit is contained in:
2017-10-17 18:48:23 +02:00
parent dfb21c3c46
commit dcd89b391c
3 changed files with 12 additions and 2 deletions
+10 -1
View File
@@ -84,7 +84,16 @@ article figure img{
margin: auto auto;
}
article figure img.svg{
filter: invert(1) opacity(0.6);
filter: brightness(0) invert(1) opacity(0.6);
}
article figure div.svg {
display: block;
height: 97%;
width: 100%;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
filter: brightness(0) invert(1) opacity(0.6);
}
article figure .mdi,
article figure .fa,