We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6dfb66 commit 039794eCopy full SHA for 039794e
_sass/minimal-mistakes/_utilities.scss
@@ -191,6 +191,11 @@ body:hover .visually-hidden button {
191
color: $behance-color;
192
}
193
194
+.fa-bitbucket,
195
+.fa-bitbucket-square {
196
+ color: $bitbucket-color;
197
+}
198
+
199
.fa-dribbble {
200
color: $dribbble-color;
201
_sass/minimal-mistakes/_variables.scss
@@ -68,6 +68,7 @@ $info-color : #52adc8 !default;
68
69
/* brands */
70
$behance-color : #1769FF !default;
71
+$bitbucket-color : #205081 !default;
72
$dribbble-color : #ea4c89 !default;
73
$facebook-color : #3b5998 !default;
74
$flickr-color : #ff0084 !default;
0 commit comments