diff --git a/_includes/author-profile.html b/_includes/author-profile.html index dccc139f0f4d2..d7fab5aaffc60 100644 --- a/_includes/author-profile.html +++ b/_includes/author-profile.html @@ -48,16 +48,14 @@

{{ author.name }}

  • Zotero
  • {% endif %} - {% if author.bluesky %} -
  • Bluesky
  • Bluesky -
  • Bluesky
  • - {% endif %} {% if author.googlescholar %}
  • Google Scholar
  • {% endif %} + {% if author.bluesky %} + Bluesky +
  • Bluesky
  • + {% endif %} {% if author.keybase %}
  • Keybase
  • {% endif %} diff --git a/_sass/_utilities.scss b/_sass/_utilities.scss index b888e37e699e5..951f83bf24af0 100644 --- a/_sass/_utilities.scss +++ b/_sass/_utilities.scss @@ -186,6 +186,11 @@ body:hover .visually-hidden button { color: #000; } + .fa-bluesky, + .fa-bluesky-square { + color: $bluesky-color; + } + .fa-behance, .fa-behance-square { color: $behance-color; diff --git a/_sass/_variables.scss b/_sass/_variables.scss index 36db08eb49223..1ee0a741c69ca 100644 --- a/_sass/_variables.scss +++ b/_sass/_variables.scss @@ -68,6 +68,7 @@ $info-color : #ab5865; /* brands */ $behance-color : #1769FF; +$bluesky-color : #1184fe; $dribbble-color : #ea4c89; $facebook-color : #3b5998; $flickr-color : #ff0084;