Skip to content

Commit b50b35d

Browse files
fix: mastodon color in the share button
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
1 parent 3efd9d7 commit b50b35d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_sass/layout/_buttons.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119

120120
$social:
121121
(bluesky, $bluesky-color),
122+
(mastodon, $mastodon-color),
122123
(facebook, $facebook-color),
123124
(twitter, $twitter-color),
124125
(google-plus, $google-plus-color),
@@ -151,4 +152,4 @@
151152
&--small {
152153
font-size: $type-size-7;
153154
}
154-
}
155+
}

0 commit comments

Comments
 (0)