fix svg filter effect
This commit is contained in:
parent
8443477b4d
commit
e910baa4a5
1 changed files with 6 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ a {
|
||||||
.linkimg img {
|
.linkimg img {
|
||||||
max-height: 25px;
|
max-height: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class*="content-social-link"]:hover .linkimg{
|
[class*="content-social-link"]:hover .linkimg{
|
||||||
filter: invert(100%) sepia(0%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
|
filter: invert(100%) sepia(0%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
|
||||||
}
|
}
|
||||||
|
|
@ -236,4 +237,9 @@ p {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
line-height: 100px;
|
line-height: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[class*="content-social-link"]:hover .linkimg{
|
||||||
|
filter: invert(20%) sepia(0%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue