Add a "Share on Bluesky" button (#5179)

This commit is contained in:
Paul Gross
2025-04-22 20:54:28 -07:00
committed by Steffen Illium
parent 7ee72e7297
commit d4e556d542
3 changed files with 7 additions and 1 deletions

View File

@@ -40,7 +40,8 @@
(facebook, $facebook-color),
(twitter, $twitter-color),
(linkedin, $linkedin-color),
(mastodon, $mastodon-color);
(mastodon, $mastodon-color),
(bluesky, $bluesky-color);
@each $buttoncolor, $color in $buttoncolors {
&--#{$buttoncolor} {

View File

@@ -91,6 +91,7 @@ $yiq-debug: false !default;
/* brands */
$behance-color: #1769ff !default;
$bitbucket-color: #205081 !default;
$bluesky-color: #1083fe !default;
$dribbble-color: #ea4c89 !default;
$facebook-color: #3b5998 !default;
$flickr-color: #ff0084 !default;