Update X share button to match brand color (#5245)

This commit is contained in:
Yosuke Kawaguchi 2025-06-16 01:54:36 +09:00 committed by GitHub
parent a59342a068
commit e675044d29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View File

@ -43,7 +43,7 @@
(linkedin, $linkedin-color),
(mastodon, $mastodon-color),
(twitter, $twitter-color),
(x, $twitter-color);
(x, $x-color);
@each $buttoncolor, $color in $buttoncolors {
&--#{$buttoncolor} {

View File

@ -218,7 +218,8 @@ $text-alignments: left, right, start, end, center, justify;
$soundcloud-color: ".fa-soundcloud",
$stackoverflow-color: ".fa-stack-exchange, .fa-stack-overflow",
$tumblr-color: ".fa-tumblr, .fa-tumblr-square",
$twitter-color: ".fa-twitter, .fa-twitter-square, .fa-x-twitter",
$twitter-color: ".fa-twitter, .fa-twitter-square",
$x-color: ".fa-x-twitter, .fa-square-x-twitter",
$vimeo-color: ".fa-vimeo, .fa-vimeo-square, .fa-vimeo-v",
$vine-color: ".fa-vine",
$xing-color: ".fa-xing, .fa-xing-square",

View File

@ -142,6 +142,7 @@ $soundcloud-color: #ff3300 !default;
$stackoverflow-color: #fe7a15 !default;
$tumblr-color: #32506d !default;
$twitter-color: #55acee !default;
$x-color: #0f1419 !default;
$vimeo-color: #1ab7ea !default;
$vine-color: #00bf8f !default;
$youtube-color: #bb0000 !default;