💄 Aplica color de fondo para el enlace a Bluesky

This commit is contained in:
Manuel Cillero 2024-12-16 20:17:11 +01:00
parent 10858641ae
commit 41d93da720
2 changed files with 4 additions and 6 deletions

View file

@ -332,8 +332,6 @@ div.wiki .external:after {
.icon-blog:before { content: '\e808'; }
.icon-github:before { content: '\f09b'; }
.icon-gitlab:before { content: '\f296'; }
.icon-twitter:before { content: '\f309'; }
.icon-mastodon:before { content: '\e809'; }
.icon-bluesky:before { content: '\e810'; }
.icon-linkedin:before { content: '\f318'; }
@ -464,8 +462,8 @@ ul.social-menu > li:hover a {
ul.social-menu .social-link-blog:hover a {
background-color: #ffa133;
}
ul.social-menu .social-link-twitter:hover a {
background-color: #46d4fe;
ul.social-menu .social-link-bluesky:hover a {
background-color: #1185fe;
}
ul.social-menu .social-link-linkedin:hover a {
background-color: #419cca;