Le blog de Victor Héry https://blog.victor-hery.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

17 lines
348 B

div#sidebar-social-link a svg {
filter: saturate(0%) brightness(0.7);
height: 20px;
width: 20px;
margin-right: 3px;
transition: all 0.2s ease-in-out;
z-index: 0;
position: relative;
}
div#sidebar-social-link a {
text-decoration: none;
}
div#sidebar-social-link a svg:hover {
filter: none;
transform: scale(2.5);
z-index: 1;
}