add webkit compatility for social links

This commit is contained in:
June Hardy 2021-06-03 21:23:02 +02:00
parent ed97d7cc3b
commit 908b7cadd5
8 changed files with 11 additions and 0 deletions

View File

@ -27,5 +27,8 @@ liberapay = "https://liberapay.com/June_Cafe/"
## Blog
### https://june.blog.wehost.lgbt
## Me faire un don en 30 secondes
### https://don.june.lacoloc.cafe
## uTip
### https://utip.io/junecafe

View File

@ -113,7 +113,9 @@ footer a {
height: 32px;
width: 32px;
mask-repeat: no-repeat;
-webkit-mask-repeat: no-repeat; //webkit compatibility
mask-position: center;
-webkit-mask-position: center; //webkit compatibility
display: inline-block;
}
.social:hover {
@ -121,19 +123,25 @@ footer a {
}
.social#instagram {
mask-image: url("/img/social/instagram.svg");
-webkit-mask-image: url("/img/social/instagram.png"); //webkit compatibility
}
.social#liberapay {
mask-image: url("/img/social/liberapay.svg");
-webkit-mask-image: url("/img/social/liberapay.png"); //webkit compatibility
}
.social#linkedin {
mask-image: url("/img/social/linkedin.svg");
-webkit-mask-image: url("/img/social/linkedin.png"); //webkit compatibility
}
.social#mastodon {
mask-image: url("/img/social/mastodon.svg");
-webkit-mask-image: url("/img/social/mastodon.png"); //webkit compatibility
}
.social#pleroma {
mask-image: url("/img/social/pleroma.svg");
-webkit-mask-image: url("/img/social/pleroma.png"); //webkit compatibility
}
.social#twitter {
mask-image: url("/img/social/twitter.svg");
-webkit-mask-image: url("/img/social/twitter.png"); //webkit compatibility
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 653 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 603 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 741 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 584 B