Skip to content

Commit 039794e

Browse files
committed
Add new brand variable: $bitbucket-color (mmistakes#1009)
1 parent f6dfb66 commit 039794e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

_sass/minimal-mistakes/_utilities.scss

+5
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,11 @@ body:hover .visually-hidden button {
191191
color: $behance-color;
192192
}
193193

194+
.fa-bitbucket,
195+
.fa-bitbucket-square {
196+
color: $bitbucket-color;
197+
}
198+
194199
.fa-dribbble {
195200
color: $dribbble-color;
196201
}

_sass/minimal-mistakes/_variables.scss

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ $info-color : #52adc8 !default;
6868

6969
/* brands */
7070
$behance-color : #1769FF !default;
71+
$bitbucket-color : #205081 !default;
7172
$dribbble-color : #ea4c89 !default;
7273
$facebook-color : #3b5998 !default;
7374
$flickr-color : #ff0084 !default;

0 commit comments

Comments
 (0)