diff --git a/static/style.css b/static/style.css index 335019c..f89d0af 100644 --- a/static/style.css +++ b/static/style.css @@ -78,6 +78,7 @@ a { .linkimg img { max-height: 25px; } + [class*="content-social-link"]:hover .linkimg{ filter: invert(100%) sepia(0%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%); } @@ -236,4 +237,9 @@ p { width: 80%; line-height: 100px; } + + [class*="content-social-link"]:hover .linkimg{ + filter: invert(20%) sepia(0%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%); +} + }