From 13d5e0581a397b82d8b7ff8328ad7939b550945c Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Mon, 16 Dec 2024 01:22:11 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20A=C3=B1ade=20icono=20para=20enla?= =?UTF-8?q?zar=20a=20Bluesky?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/wp-content/themes/enfold-cille/functions.php | 2 ++ www/wp-content/themes/enfold-cille/style.css | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/www/wp-content/themes/enfold-cille/functions.php b/www/wp-content/themes/enfold-cille/functions.php index 1ebc34b..6caf684 100644 --- a/www/wp-content/themes/enfold-cille/functions.php +++ b/www/wp-content/themes/enfold-cille/functions.php @@ -119,6 +119,7 @@ function avia_add_custom_icon( $icons ) { $icons['github'] = array( 'font' =>'fontello', 'icon' => 'uf09b' ); $icons['gitlab'] = array( 'font' =>'fontello', 'icon' => 'uf296' ); $icons['mastodon'] = array( 'font' =>'fontello', 'icon' => 'ue804' ); + $icons['bluesky'] = array( 'font' =>'fontello', 'icon' => 'ue805' ); return $icons; } add_filter( 'avf_social_icons_options', 'avia_add_custom_social_icon', 10, 1 ); @@ -126,6 +127,7 @@ function avia_add_custom_social_icon( $icons ) { $icons['GitHub'] = 'github'; $icons['GitLab'] = 'gitlab'; $icons['Mastodon'] = 'mastodon'; + $icons['Bluesky'] = 'bluesky'; return $icons; } diff --git a/www/wp-content/themes/enfold-cille/style.css b/www/wp-content/themes/enfold-cille/style.css index ae7cf9e..27d1c67 100644 --- a/www/wp-content/themes/enfold-cille/style.css +++ b/www/wp-content/themes/enfold-cille/style.css @@ -1258,6 +1258,11 @@ body.home .quote-text p { .av-share-box ul li a { font-size: 18px; } +#top #wrap_all .av-social-link-bluesky:hover a, +#top #wrap_all .av-social-link-bluesky:hover a { + color: #fff; + background-color: #1185fe; +} #top #wrap_all .av-social-link-github:hover a, #top #wrap_all .av-social-link-gitlab:hover a { color: #fff;