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

This commit is contained in:
Paul Gross
2025-04-23 11:54:28 +08:00
committed by GitHub
parent 8193f6071e
commit 126f71694f
3 changed files with 7 additions and 1 deletions
+2 -1
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} {
+1
View File
@@ -90,6 +90,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;