Skip to content

Commit

Permalink
Add new brand variable: $bitbucket-color (mmistakes#1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermocalvo authored and mmistakes committed May 16, 2017
1 parent 6130155 commit f3b93b2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _sass/minimal-mistakes/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,11 @@ body:hover .visually-hidden button {
color: $behance-color;
}

.fa-bitbucket,
.fa-bitbucket-square {
color: $bitbucket-color;
}

.fa-dribbble {
color: $dribbble-color;
}
Expand Down
1 change: 1 addition & 0 deletions _sass/minimal-mistakes/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ $info-color : #52adc8 !default;

/* brands */
$behance-color : #1769FF !default;
$bitbucket-color : #205081 !default;
$dribbble-color : #ea4c89 !default;
$facebook-color : #3b5998 !default;
$flickr-color : #ff0084 !default;
Expand Down
5 changes: 5 additions & 0 deletions docs/_sass/minimal-mistakes/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,11 @@ body:hover .visually-hidden button {
color: $behance-color;
}

.fa-bitbucket,
.fa-bitbucket-square {
color: $bitbucket-color;
}

.fa-dribbble {
color: $dribbble-color;
}
Expand Down
1 change: 1 addition & 0 deletions docs/_sass/minimal-mistakes/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ $info-color : #52adc8 !default;

/* brands */
$behance-color : #1769FF !default;
$bitbucket-color : #205081 !default;
$dribbble-color : #ea4c89 !default;
$facebook-color : #3b5998 !default;
$flickr-color : #ff0084 !default;
Expand Down

0 comments on commit f3b93b2

Please sign in to comment.